Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnqueueRequestForObject ¶
type EnqueueRequestForObject[T comparable] struct { }
func (*EnqueueRequestForObject[T]) Generic ¶
func (e *EnqueueRequestForObject[T]) Generic(_ context.Context, evt event.GenericEvent[T], q workqueue.RateLimitingInterface)
type EventHandler ¶
type EventHandler[T interface{}] interface { // Generic is called in response to an event of an unknown type or a synthetic event triggered as a cron or // external trigger request - e.g. reconcile Autoscaling, or a Webhook. Generic(context.Context, event.GenericEvent[T], workqueue.RateLimitingInterface) }
Click to show internal directories.
Click to hide internal directories.