Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceNotifier ¶
type NamespaceNotifier struct { Controller controller.Controller // contains filtered or unexported fields }
NamespaceNotifier watches Namespaces objects and notify subscribers upon change. It enqueues the reconciled object keys in the subscribing controllers workqueue.
func NewNamespaceNotifier ¶
func NewNamespaceNotifier(nsInformer corev1informer.NamespaceInformer, subscribers ...NamespaceReconciler) *NamespaceNotifier
type NamespaceReconciler ¶
type NetAttachDefNotifier ¶
type NetAttachDefNotifier struct { Controller controller.Controller // contains filtered or unexported fields }
NetAttachDefNotifier watches NetworkAttachmentDefinition objects and notify subscribers upon change. It enqueues the reconciled object keys in the subscribing controllers workqueue.
func NewNetAttachDefNotifier ¶
func NewNetAttachDefNotifier(nadInfomer netv1infomer.NetworkAttachmentDefinitionInformer, subscribers ...NetAttachDefReconciler) *NetAttachDefNotifier
type NetAttachDefReconciler ¶
Click to show internal directories.
Click to hide internal directories.