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 IgnoreAny ¶
IgnoreAny ignores errors that satisfy any of the supplied ErrorIs functions by returning nil. Errors that do not satisfy any of the supplied functions are returned unmodified.
func IsNamespaceTerminating ¶
IsNamespaceTerminating returns true if the namespace is terminating.
func IsNotFound ¶ added in v0.4.2
Types ¶
type NotFoundError ¶ added in v0.4.2
type NotFoundError struct {
// contains filtered or unexported fields
}
func NewNotFound ¶ added in v0.4.2
func NewNotFound(text string) *NotFoundError
func (*NotFoundError) Error ¶ added in v0.4.2
func (e *NotFoundError) Error() string
type ScanJobContainerWaitingError ¶
type ScanJobContainerWaitingError struct {
State corev1.ContainerStateWaiting
}
func NewScanJobContainerWaiting ¶
func NewScanJobContainerWaiting(state corev1.ContainerStateWaiting) *ScanJobContainerWaitingError
func (*ScanJobContainerWaitingError) Error ¶
func (e *ScanJobContainerWaitingError) Error() string
Click to show internal directories.
Click to hide internal directories.