# Functions
HandleReconcileError will handle errors from reconcile handlers, which respects runtime errors.
NewRequeueAfterError constructs new RequeueAfterError to instruct controller-runtime to requeue the processing item after specified duration without been logged as error.
NewRequeueError constructs new RequeueError to instruct controller-runtime to requeue the processing item without been logged as error.
# Structs
An error to instruct controller-runtime to requeue the processing item after specified duration without been logged as error.
An error to instruct controller-runtime to requeue the processing item without been logged as error.