Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ignore ¶
Ignore any errors that satisfy the supplied ErrorIs function by returning nil. Errors that do not satisfy the supplied function are returned unmodified.
func IgnoreAlreadyExists ¶
IgnoreAlreadyExists returns the given error or nil if the error indicates that a resource already exists.
Types ¶
type ObjectStatusNotReady ¶
type ObjectStatusNotReady struct {
// contains filtered or unexported fields
}
ObjectStatusNotReady occurs if object is not in a ready state as observed from its status
func NewObjectStatusNotReady ¶
func NewObjectStatusNotReady(obj client.Object, scheme *runtime.Scheme) *ObjectStatusNotReady
func (*ObjectStatusNotReady) Error ¶
func (e *ObjectStatusNotReady) Error() string
Click to show internal directories.
Click to hide internal directories.