# Packages
No description provided by the author
# Functions
ComputeReconcileResult analyzes the reconcile results (result + error), updates the status conditions of the object with any corrections and returns object patch configuration, runtime result and runtime error.
FailureRecovery finds out if a failure recovery occurred by checking the fail conditions in the old object and the new object.
LowestRequeuingResult returns the ReconcileResult with the lowest requeue period.
# Constants
ResultEmpty indicates a reconcile result which does not requeue.
ResultRequeue indicates a reconcile result which should immediately requeue.
ResultSuccess indicates a reconcile success result.
# Structs
AlwaysRequeueResultBuilder implements a RuntimeResultBuilder for always requeuing reconcilers.
# Interfaces
RuntimeResultBuilder defines an interface for runtime result builders.
# Type aliases
Result is a type for creating an abstraction for the controller-runtime reconcile Result to simplify the Result values.