Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsRetryable ¶ added in v0.37.0
Types ¶
type FatalError ¶ added in v0.21.2
type FatalError struct {
// contains filtered or unexported fields
}
func NewFatalError ¶ added in v0.21.2
func NewFatalError(err error) FatalError
type GroupVersionKindNotFoundError ¶
GroupVersionKindNotFoundError occurs when we can't find an API via discovery
func (GroupVersionKindNotFoundError) Error ¶
func (g GroupVersionKindNotFoundError) Error() string
type MultipleExistingCRDOwnersError ¶
MultipleExistingCRDOwnersError is an error that denotes multiple owners of a CRD exist simultaneously in the same namespace
func NewMultipleExistingCRDOwnersError ¶
func NewMultipleExistingCRDOwnersError(csvNames []string, crdName string, namespace string) MultipleExistingCRDOwnersError
func (MultipleExistingCRDOwnersError) Error ¶
func (m MultipleExistingCRDOwnersError) Error() string
type RetryableError ¶ added in v0.37.0
type RetryableError struct {
// contains filtered or unexported fields
}
RetryableError indicates a temporary error that should be retried. This is used for expected transient failures like pod disruptions during cluster upgrades.
func NewRetryableError ¶ added in v0.37.0
func NewRetryableError(err error) RetryableError
type UnadoptableError ¶
type UnadoptableError struct {
// contains filtered or unexported fields
}
func NewUnadoptableError ¶
func NewUnadoptableError(resourceNamespace, resourceName string) UnadoptableError
func (UnadoptableError) Error ¶
func (err UnadoptableError) Error() string
Click to show internal directories.
Click to hide internal directories.