notifier

package
v0.0.0-...-0c77abd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

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 NamespaceReconciler interface {
	ReconcileNamespace(key string) error
}

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.

type NetAttachDefReconciler

type NetAttachDefReconciler interface {
	ReconcileNetAttachDef(key string) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL