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 IsJobPodNotFound ¶
func IsNamespaceTerminating ¶
IsNamespaceTerminating returns true if the namespace is terminating.
Types ¶
type JobPodNotFoundError ¶
type JobPodNotFoundError struct {
JobName string
}
func NewJobPodNotFound ¶
func NewJobPodNotFound(jobName string) *JobPodNotFoundError
func (*JobPodNotFoundError) Error ¶
func (e *JobPodNotFoundError) 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.