# Functions
HandleReconcileError will handle errors from reconcile handlers, which respects runtime errors.
NewConciseLogger constructs new conciseLogger.
NewRequeueNeeded constructs new RequeueError to instruct controller-runtime to requeue the processing item without been logged as error.
NewRequeueNeededAfter constructs new RequeueNeededAfter to instruct controller-runtime to requeue the processing item after specified duration without been logged as error.
RetryImmediateOnError tries to run fn every interval until it succeeds, a non-retryable error occurs or the timeout is reached.
# Structs
An error to instruct controller-runtime to requeue the processing item without been logged as error.
An error to instruct controller-runtime to requeue the processing item after specified duration without been logged as error.