# Functions
NewEnforcingReconciler creates a new EnforcingReconciler clusterWatcher determines whether the created watchers should be at the cluster level or namespace level.
No description provided by the author
NewLockedObjectReconciler returns a new reconcile.Reconciler.
NewLockedPatchReconciler returns a new reconcile.Reconciler.
NewLockedResourceManager build a new LockedResourceManager config: the rest config client to be used by the controllers options: the manager options parent: an object to which send notification when a recocilianton cicle completes for one of the reconcilers statusChange: a channel through which send the notifications.
# Structs
EnforcingReconciler is a reconciler designed to as a base type to extend for those operators that compute a set of resources that then need to be kept in place (i.e.
LockedPatchReconciler is a reconciler that can enforce a LockedPatch.
LockedResourceManager is a manager designed to manage a set of LockedResourceReconciler.
LockedResourceReconciler is a reconciler that will lock down a resource to prevent changes from external events.