Versions in this module Expand all Collapse all v0 v0.0.1 Aug 2, 2023 Changes in this version + const DefaultQueueKey + type Context interface + Queue func() workqueue.RateLimitingInterface + QueueKey func() string + Recorder func() events.Recorder + WithQueueKey func(key string) Context + type Controller interface + Name func() string + Run func(ctx context.Context, workers int) + Sync func(ctx context.Context, controllerContext Context) error + type ControllerSyncFn func(ctx context.Context, controllerContext Context) error + type EventFilterFunc func(obj interface{}) bool + type ObjectQueueKeysFunc func(runtime.Object) []string + type PostStartHook func(ctx context.Context, syncContext Context) error