# Functions

New returns an implementation of DynamicWatcher that is ready to be started with the Start method.
NewControllerRuntimeSource returns a reconciler for DynamicWatcher that sends events to a controller-runtime source.Channel.
NewObjectCache will create an object cache with the input discovery client.
NewWithClients returns an implementation of DynamicWatcher that that is ready to be started with the Start method.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ControllerRuntimeSourceReconciler is a reconciler to integrate with controller-runtime.
No description provided by the author
ObjectIdentifier identifies an object from the Kubernetes API.
Options specify the arguments for creating a new DynamicWatcher.
No description provided by the author

# Interfaces

DynamicWatcher implementations enable a consumer to be notified of updates to Kubernetes objects that other Kubernetes objects depend on.
ObjectCache provides a concurrency safe cache of unstructured objects.
No description provided by the author