Documentation ¶
Index ¶
- type EnqueueRequestForName
- func (e EnqueueRequestForName[object]) Create(_ context.Context, _ event.TypedCreateEvent[object], ...)
- func (e EnqueueRequestForName[object]) Delete(_ context.Context, _ event.TypedDeleteEvent[object], ...)
- func (e EnqueueRequestForName[object]) Generic(_ context.Context, _ event.TypedGenericEvent[object], ...)
- func (e EnqueueRequestForName[object]) Update(_ context.Context, _ event.TypedUpdateEvent[object], ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnqueueRequestForName ¶
EnqueueRequestForName enqueues a reconcile.Request for a name without namespace.
func (EnqueueRequestForName[object]) Create ¶
func (e EnqueueRequestForName[object]) Create(_ context.Context, _ event.TypedCreateEvent[object], queue workqueue.TypedRateLimitingInterface[reconcile.Request])
Create implements handler.EventHandler.
func (EnqueueRequestForName[object]) Delete ¶
func (e EnqueueRequestForName[object]) Delete(_ context.Context, _ event.TypedDeleteEvent[object], queue workqueue.TypedRateLimitingInterface[reconcile.Request])
Delete implements handler.EventHandler.
func (EnqueueRequestForName[object]) Generic ¶
func (e EnqueueRequestForName[object]) Generic(_ context.Context, _ event.TypedGenericEvent[object], queue workqueue.TypedRateLimitingInterface[reconcile.Request])
Generic implements handler.EventHandler.
func (EnqueueRequestForName[object]) Update ¶
func (e EnqueueRequestForName[object]) Update(_ context.Context, _ event.TypedUpdateEvent[object], queue workqueue.TypedRateLimitingInterface[reconcile.Request])
Update implements handler.EventHandler.
Click to show internal directories.
Click to hide internal directories.