Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodEventsChecker ¶
type PodEventsChecker struct {
// contains filtered or unexported fields
}
func NewPodEventsChecker ¶
func NewPodEventsChecker(checks []podchecks.PodEventCheck) (*PodEventsChecker, error)
func (*PodEventsChecker) IsRetryable ¶
func (f *PodEventsChecker) IsRetryable(podEvents []*v1.Event) (bool, string)
type PodRetryChecker ¶
type PodRetryChecker struct {
// contains filtered or unexported fields
}
func NewPodRetryChecker ¶
func NewPodRetryChecker(config podchecks.FailedChecks) (*PodRetryChecker, error)
func (*PodRetryChecker) IsRetryable ¶
type PodStatusChecker ¶
type PodStatusChecker struct {
// contains filtered or unexported fields
}
func NewPodStatusChecker ¶
func NewPodStatusChecker(checks []podchecks.PodStatusCheck) (*PodStatusChecker, error)
func (*PodStatusChecker) IsRetryable ¶
func (f *PodStatusChecker) IsRetryable(pod *v1.Pod) (bool, string)
Click to show internal directories.
Click to hide internal directories.