# Functions
Needed returns a new RequeueNeeded to instruct the ACK runtime to requeue the processing item without been logged as error.
NeededAfter returns a new RequeueNeededAfter to instruct controller-runtime to requeue the processing item after specified duration without been logged as error.
None returns a new NoRequeue to instruct the ACK runtime to not requeue the processing item but to continue logging the error.
# Constants
No description provided by the author
# Structs
NoRequeue instructs the ACK runtime to process an error, but not requeue the object that raised it.
RequeueNeeded instructs the ACK runtime to requeue the processing item without been logged as error.
RequeueNeededAfter instructs the ACK runtime to requeue the processing item after specified duration without been logged as error.