Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanupConfigAndExit ¶
func CleanupConfigAndExit()
CleanupConfigAndExit performs Cleanup on all three controllers
Types ¶
type KubeFw ¶
type KubeFw struct { Client kubernetes.Interface Config *options.KubeFwConfig }
KubeFw holds the information needed to run server
func NewKubeFwDefault ¶
func NewKubeFwDefault(config *options.KubeFwConfig) (*KubeFw, error)
NewKubeFwDefault returns a KubeFw object
func (*KubeFw) CacheSyncOrTimeout ¶
func (kfw *KubeFw) CacheSyncOrTimeout(informerFactory informers.SharedInformerFactory, stopCh <-chan struct{}) error
CacheSyncOrTimeout performs cache synchronization under timeout limit
Click to show internal directories.
Click to hide internal directories.