# Functions
NewDynamicEnqueueRequest creates a new DynamicEnqueueRequest.
NewDynamicWatches creates an initialized DynamicWatches container.
WatchPods updates the given controller to enqueue reconciliation requests triggered by changes on Pods.
WatchSoftOwnedSecrets triggers reconciliations on secrets referencing a soft owner.
WatchUserProvidedNamespacedSecrets registers a watch for user-provided secrets that are in any namespace.
WatchUserProvidedSecrets registers a watch for user-provided secrets that are in the same namespace as the watcher.
# Structs
DynamicEnqueueRequest is an EventHandler that allows addition and removal of event handler registrations at runtime allowing dynamic reconciliation based on specific resources.
DynamicWatches contains stateful dynamic watches.
NamedWatch is an event handler that allows watching a specific resource identified by Watched.
No description provided by the author
# Interfaces
HandlerRegistration is the event handler registration that can be added or removed from DynamicEnqueueRequest.