Documentation
¶
Index ¶
- func Add(c *appconfig.CompletedConfig, mgr manager.Manager) error
- func Format(format string, args ...interface{}) string
- type EnqueueEndpointsForNodePool
- func (e *EnqueueEndpointsForNodePool) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsForNodePool) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsForNodePool) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsForNodePool) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type EnqueueEndpointsForService
- func (e *EnqueueEndpointsForService) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsForService) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsForService) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsForService) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type ReconcileServicetopologyEndpoints
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnqueueEndpointsForNodePool ¶
type EnqueueEndpointsForNodePool struct {
// contains filtered or unexported fields
}
func (*EnqueueEndpointsForNodePool) Create ¶
func (e *EnqueueEndpointsForNodePool) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create implements EventHandler
func (*EnqueueEndpointsForNodePool) Delete ¶
func (e *EnqueueEndpointsForNodePool) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*EnqueueEndpointsForNodePool) Generic ¶
func (e *EnqueueEndpointsForNodePool) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*EnqueueEndpointsForNodePool) Update ¶
func (e *EnqueueEndpointsForNodePool) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Update implements EventHandler
type EnqueueEndpointsForService ¶
type EnqueueEndpointsForService struct {
// contains filtered or unexported fields
}
func (*EnqueueEndpointsForService) Create ¶
func (e *EnqueueEndpointsForService) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create implements EventHandler
func (*EnqueueEndpointsForService) Delete ¶
func (e *EnqueueEndpointsForService) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*EnqueueEndpointsForService) Generic ¶
func (e *EnqueueEndpointsForService) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*EnqueueEndpointsForService) Update ¶
func (e *EnqueueEndpointsForService) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Update implements EventHandler
type ReconcileServicetopologyEndpoints ¶
type ReconcileServicetopologyEndpoints struct { client.Client // contains filtered or unexported fields }
ReconcileServicetopologyEndpoints reconciles a endpoints object
func (*ReconcileServicetopologyEndpoints) InjectConfig ¶
func (r *ReconcileServicetopologyEndpoints) InjectConfig(cfg *rest.Config) error
Click to show internal directories.
Click to hide internal directories.