Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WrapSyncError ¶
Types ¶
type FailError ¶
type RetryError ¶
type RetryError struct {
// Err is the underlying error causing the problem. If nil, it is not included in the output of Error()
Err error
// Message is a user-friendly string explaining why the error occurred
Message string
// RequeueAfter represents how long we should wait before requeueing a reconcile. If unspecified,
// reconcile is requeued immediately.
RequeueAfter time.Duration
}
func (*RetryError) Error ¶
func (e *RetryError) Error() string
func (*RetryError) Unwrap ¶
func (e *RetryError) Unwrap() error
type WarningError ¶
type WarningError struct {
// Message is a user-friendly string explaining the warning present
Message string
}
func (*WarningError) Error ¶
func (e *WarningError) Error() string
Click to show internal directories.
Click to hide internal directories.