Documentation ¶
Index ¶
- func IsInvalidChartError(err error) bool
- func IsMultipleOwnerReferencesError(err error) bool
- func IsWrongOwnerReferenceError(err error) bool
- func MetaKey(object metav1.Object) string
- func SortReleasesByGeneration(releases []*shipper.Release) ([]*shipper.Release, error)
- type InvalidChartError
- type MultipleOwnerReferencesError
- type WrongOwnerReferenceError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidChartError ¶
Types ¶
type InvalidChartError ¶
type InvalidChartError struct {
// contains filtered or unexported fields
}
func NewInvalidChartError ¶
func NewInvalidChartError(m string) InvalidChartError
func (InvalidChartError) Error ¶
func (e InvalidChartError) Error() string
type MultipleOwnerReferencesError ¶
type MultipleOwnerReferencesError string
func NewMultipleOwnerReferencesError ¶
func NewMultipleOwnerReferencesError(name string, references int) MultipleOwnerReferencesError
func (MultipleOwnerReferencesError) Error ¶
func (e MultipleOwnerReferencesError) Error() string
type WrongOwnerReferenceError ¶
type WrongOwnerReferenceError string
func NewWrongOwnerReferenceError ¶
func NewWrongOwnerReferenceError(name string, expectedUID, gotUID types.UID) WrongOwnerReferenceError
func (WrongOwnerReferenceError) Error ¶
func (e WrongOwnerReferenceError) Error() string
Click to show internal directories.
Click to hide internal directories.