package
1.3.8
Repository: https://github.com/redhat-cop/operator-utils.git
Documentation: pkg.go.dev

# Packages

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

# Functions

AddFinalizer adds the passed finalizer this object Deprecated use controllerutil.AddFinalizer.
HasFinalizer returns whether this object has the passed finalizer Deprecated use controllerutil.ContainsFinalizer.
IsBeingDeleted returns whether this object has been requested to be deleted.
No description provided by the author
NewReconcilerBase is a contruction function to create a new ReconcilerBase.
No description provided by the author
RemoveFinalizer removes the passed finalizer from object Deprecated use controllerutil.RemoveFinalizer.

# Structs

ReconcilerBase is a base struct from which all reconcilers can be derived from.
ResourceGenerationOrFinalizerChangedPredicate this predicate will fire an update event when the spec of a resource is changed (controller by ResourceGeneration), or when the finalizers are changed.