Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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 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.