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