Documentation
¶
Index ¶
- type ControllerEventHandler
- func (e *ControllerEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (e *ControllerEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (e *ControllerEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (e *ControllerEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type NodeEventHandler
- func (h *NodeEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (h *NodeEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (h *NodeEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (h *NodeEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type PodEventHandler
- func (e *PodEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (e *PodEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (e *PodEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (e *PodEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type SecretEventHandler
- func (e *SecretEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (e *SecretEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (e *SecretEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (e *SecretEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerEventHandler ¶
func NewControllerEventHandler ¶
func NewControllerEventHandler(reader client.Reader) *ControllerEventHandler
func (*ControllerEventHandler) Create ¶
func (e *ControllerEventHandler) Create( ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*ControllerEventHandler) Delete ¶
func (e *ControllerEventHandler) Delete( ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*ControllerEventHandler) Generic ¶
func (e *ControllerEventHandler) Generic( ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*ControllerEventHandler) Update ¶
func (e *ControllerEventHandler) Update( ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
type NodeEventHandler ¶
func NewNodeEventHandler ¶
func NewNodeEventHandler(reader client.Reader) *NodeEventHandler
func (*NodeEventHandler) Create ¶
func (h *NodeEventHandler) Create( ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
Create implements handler.EventHandler
func (*NodeEventHandler) Delete ¶
func (h *NodeEventHandler) Delete( ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
Delete implements handler.EventHandler
func (*NodeEventHandler) Generic ¶
func (h *NodeEventHandler) Generic( ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
Generic implements handler.EventHandler
func (*NodeEventHandler) Update ¶
func (h *NodeEventHandler) Update( ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
Update implements handler.EventHandler
type PodEventHandler ¶
func NewPodEventHandler ¶
func NewPodEventHandler(reader client.Reader, expectations *kubecontroller.UIDTrackingControllerExpectations) *PodEventHandler
func (*PodEventHandler) Create ¶
func (e *PodEventHandler) Create( ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*PodEventHandler) Delete ¶
func (e *PodEventHandler) Delete( ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*PodEventHandler) Generic ¶
func (e *PodEventHandler) Generic( ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*PodEventHandler) Update ¶
func (e *PodEventHandler) Update( ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
type SecretEventHandler ¶
func NewSecretEventHandler ¶
func NewSecretEventHandler(reader client.Reader) *SecretEventHandler
func (*SecretEventHandler) Create ¶
func (e *SecretEventHandler) Create( ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*SecretEventHandler) Delete ¶
func (e *SecretEventHandler) Delete( ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*SecretEventHandler) Generic ¶
func (e *SecretEventHandler) Generic( ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
func (*SecretEventHandler) Update ¶
func (e *SecretEventHandler) Update( ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request], )
Click to show internal directories.
Click to hide internal directories.