Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InformerFactory ¶
type InformerFactory interface { Start(stopCh <-chan struct{}) InformerFor(resource schema.GroupVersionResource, opts kubetypes.InformerOptions, newFunc NewInformerFunc) StartableInformer WaitForCacheSync(stopCh <-chan struct{}) bool Shutdown() }
func NewSharedInformerFactory ¶
func NewSharedInformerFactory() InformerFactory
type NewInformerFunc ¶
type NewInformerFunc func() cache.SharedIndexInformer
type StartableInformer ¶
type StartableInformer struct { Informer cache.SharedIndexInformer // contains filtered or unexported fields }
func (StartableInformer) Start ¶
func (s StartableInformer) Start(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.