Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrReconciliationTimeoutReached = errors.New("reconciliation timeout reached") ErrWebhookTimeoutReached = errors.New("webhook timeout reached") ErrWebhookPollTimeExpired = errors.New("polling time has expired") ErrFailedWebhookStatus = errors.New("webhook operation has finished with failed status") ErrUnsupportedWebhookMode = errors.New("unsupported webhook mode") )
Functions ¶
func IsWebhookStatusGoneErr ¶
IsWebhookStatusGoneErr check whether an error is a WebhookStatusGoneErr and returns true if so.
Types ¶
type FatalReconcileErr ¶
type FatalReconcileErr struct {
// contains filtered or unexported fields
}
FatalReconcileErr represents an error type which denotes a failure to proceed with the reconciliation of an Operation CR. The error should result in ceasing with the requeue of the specific resource.
func NewFatalReconcileError ¶
func NewFatalReconcileError(message string) *FatalReconcileErr
NewFatalReconcileError constructs a new FatalReconcileErr with the given error message
Click to show internal directories.
Click to hide internal directories.