package
1.1.0-noReconcile.5
Repository: https://github.com/6riversystems/operator-toolkit.git
Documentation: pkg.go.dev

# Functions

AddFinalizer adds the passed finalizer this object.
HasFinalizer returns whether this object has the passed finalizer.
IsBeingDeleted returns whether this object has been requested to be deleted.
New allocates new base reconciler.
NewConditionError makes new condition error.
NewConditionErrorWithReason makes new condition error with provided reason.
NewNotRetriableError returns notretriable error.
NewRetriableError returns retriable error.
NewWithManager allocates new base reconciler using manager.
RemoveFinalizer removes the passed finalizer from object.

# Structs

ConditionError marks error as failed condition one.
Reconciler incapsulates a bunch of helpful methods usually required by custom resource reconciler.

# Interfaces

Resource represents a kubernetes Resource.