Documentation ¶
Index ¶
- func NewConfigMapInformer(client kubernetes.Interface, namespace string, name string, ...) corev1informers.ConfigMapInformer
- func NewSecretInformer(client kubernetes.Interface, namespace string, name string, ...) corev1informers.SecretInformer
- func StartInformers(ctx context.Context, informers ...informer)
- func StartInformersAndWaitForCacheSync(ctx context.Context, logger logr.Logger, informers ...informer) bool
- func WaitForCacheSync(ctx context.Context, logger logr.Logger, informers ...informer) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigMapInformer ¶
func NewConfigMapInformer( client kubernetes.Interface, namespace string, name string, resyncPeriod time.Duration, ) corev1informers.ConfigMapInformer
func NewSecretInformer ¶
func NewSecretInformer( client kubernetes.Interface, namespace string, name string, resyncPeriod time.Duration, ) corev1informers.SecretInformer
func StartInformers ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.