Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequeueAfterError ¶
type RequeueAfterError struct {
// Cause is an optional cause that may be returned together with a time for requeueing.
Cause error
// RequeueAfter is the duration after which the request should be enqueued again.
RequeueAfter time.Duration
}
RequeueAfterError is an error that indicates that an actuator wants a reconcile operation to be requeued again after RequeueAfter has passed.
func (*RequeueAfterError) Error ¶
func (e *RequeueAfterError) Error() string
Click to show internal directories.
Click to hide internal directories.