Documentation ¶
Index ¶
- func Add(ctx context.Context, c *appconfig.CompletedConfig, mgr manager.Manager) error
- func Format(format string, args ...interface{}) string
- type EnqueueEndpointsForService
- func (e *EnqueueEndpointsForService) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsForService) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsForService) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueEndpointsForService) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)
- type ReconcileServicetopologyEndpoints
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnqueueEndpointsForService ¶
type EnqueueEndpointsForService struct {
// contains filtered or unexported fields
}
func (*EnqueueEndpointsForService) Create ¶
func (e *EnqueueEndpointsForService) Create(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create implements EventHandler
func (*EnqueueEndpointsForService) Delete ¶
func (e *EnqueueEndpointsForService) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*EnqueueEndpointsForService) Generic ¶
func (e *EnqueueEndpointsForService) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*EnqueueEndpointsForService) Update ¶
func (e *EnqueueEndpointsForService) Update(ctx context.Context, 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
Source Files ¶
Click to show internal directories.
Click to hide internal directories.