# Functions
ContinueReconcile returns a ReconcileStepResult that continues the reconciliation.
DoNotRequeue returns a ReconcileStepResult that does not requeue the reconciliation.
EmptyEtcdPartialObjectMetadata creates an empty PartialObjectMetadata for an Etcd object.
GetLatestEtcd returns the latest version of the Etcd object.
GetLatestEtcdPartialObjectMeta returns the latest version of the Etcd object metadata.
MustBeGreaterThan checks if the value is greater than the lowerBound.
MustBeGreaterThanOrEqualTo checks if the value is greater than or equal to the lowerBound.
NewLastOperationAndLastErrorsRecorder returns a new LastOperationAndLastErrorsRecorder.
ReconcileAfter returns a ReconcileStepResult that requeues the reconciliation after the given period.
ReconcileWithError returns a ReconcileStepResult with the given errors.
ReconcileWithErrorAfter returns a ReconcileStepResult that requeues the reconciliation after the given period with the given errors.
ShortCircuitReconcileFlow indicates whether to short-circuit the reconciliation.
ShouldBeOneOfAllowedValues checks if value is amongst the allowedValues.
# Structs
ReconcileStepResult holds the result of a reconcile step.
# Interfaces
LastOperationAndLastErrorsRecorder records etcd.Status.LastOperation and etcd.Status.LastErrors.