Documentation
¶
Index ¶
- type AnnotationEventHandler
- func (h *AnnotationEventHandler) Create(ctx context.Context, e event.TypedCreateEvent[client.Object], ...)
- func (h *AnnotationEventHandler) Delete(ctx context.Context, e event.TypedDeleteEvent[client.Object], ...)
- func (h *AnnotationEventHandler) Generic(ctx context.Context, e event.TypedGenericEvent[client.Object], ...)
- func (h *AnnotationEventHandler) Update(ctx context.Context, e event.TypedUpdateEvent[client.Object], ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotationEventHandler ¶
type AnnotationEventHandler struct{}
func NewAnnotationEventHandler ¶
func NewAnnotationEventHandler() *AnnotationEventHandler
func (*AnnotationEventHandler) Create ¶
func (h *AnnotationEventHandler) Create(ctx context.Context, e event.TypedCreateEvent[client.Object], q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create implements handler.TypedEventHandler
func (*AnnotationEventHandler) Delete ¶
func (h *AnnotationEventHandler) Delete(ctx context.Context, e event.TypedDeleteEvent[client.Object], q workqueue.TypedRateLimitingInterface[reconcile.Request])
Delete implements handler.TypedEventHandler
func (*AnnotationEventHandler) Generic ¶
func (h *AnnotationEventHandler) Generic(ctx context.Context, e event.TypedGenericEvent[client.Object], q workqueue.TypedRateLimitingInterface[reconcile.Request])
Generic implements handler.TypedEventHandler
func (*AnnotationEventHandler) Update ¶
func (h *AnnotationEventHandler) Update(ctx context.Context, e event.TypedUpdateEvent[client.Object], q workqueue.TypedRateLimitingInterface[reconcile.Request])
Update implements handler.TypedEventHandler
Click to show internal directories.
Click to hide internal directories.