Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base[KeyType comparable] struct { ControllerName string KubeClient kubernetes.Interface EventRecorder record.EventRecorder Queue workqueue.TypedRateLimitingInterface[KeyType] // contains filtered or unexported fields }
func NewBase ¶
func NewBase[KeyType comparable]( controllerName string, scheme *runtime.Scheme, kubeClient kubernetes.Interface, cachesToSync []cache.InformerSynced, baseControls BaseControls[KeyType], ) (*Base[KeyType], error)
type BaseControls ¶
type BaseControls[KeyType comparable] struct { SyncFunc SyncFunc[KeyType] RunExtensionFunc RunExtensionFunc }
Click to show internal directories.
Click to hide internal directories.