Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InformerFactory ¶
type InformerFactory interface { // Start shared informer factory one by one if they are not nil Start(stopCh <-chan struct{}) }
InformerFactory is a group all shared informer factories which kubesphere needed callers should check if the return value is nil
func NewInformerFactories ¶
func NewInformerFactories(client kubernetes.Interface, ksClient versioned.Interface, istioClient istioclient.Interface, appClient applicationclient.Interface, snapshotClient snapshotclient.Interface, apiextensionsClient apiextensionsclient.Interface) InformerFactory
func NewNullInformerFactory ¶
func NewNullInformerFactory() InformerFactory
Click to show internal directories.
Click to hide internal directories.