Documentation
¶
Index ¶
- func ExtractJobId(pod *v1.Pod) string
- func ExtractJobIds(pods []*v1.Pod) []string
- func ExtractNames(pods []*v1.Pod) []string
- func ExtractPodExitCodes(pod *v1.Pod) map[string]int32
- func ExtractPodFailedReason(pod *v1.Pod) string
- func ExtractPodStuckReason(pod *v1.Pod) string
- func FilterCompletedPods(pods []*v1.Pod) []*v1.Pod
- func FilterNonCompletedPods(pods []*v1.Pod) []*v1.Pod
- func FilterPodsWithPhase(pods []*v1.Pod, podPhase v1.PodPhase) []*v1.Pod
- func GetManagedPodSelector() labels.Selector
- func IsInTerminalState(pod *v1.Pod) bool
- func IsManagedPod(pod *v1.Pod) bool
- func IsReportingPhaseRequired(podPhase v1.PodPhase) bool
- func IsRetryable(pod *v1.Pod) bool
- func MergePodList(list1 []*v1.Pod, list2 []*v1.Pod) []*v1.Pod
- type PodCache
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractJobId ¶
func ExtractJobIds ¶
func ExtractNames ¶
func ExtractPodFailedReason ¶
func ExtractPodStuckReason ¶
func GetManagedPodSelector ¶
func IsInTerminalState ¶
func IsManagedPod ¶
func IsRetryable ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.