Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericController ¶
type GenericController interface { Informer() cache.SharedIndexInformer AddHandler(handler HandlerFunc) Enqueue(namespace, name string) Start(threadiness int, ctx context.Context) error }
func NewGenericController ¶
func NewGenericController(name string, objectClient *clientbase.ObjectClient) GenericController
type HandlerFunc ¶
Click to show internal directories.
Click to hide internal directories.