Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPodCondition ¶
func GetPodCondition( status *corev1.PodStatus, conditionType corev1.PodConditionType, ) (int, *corev1.PodCondition)
GetPodCondition returns:
- The index of the condition, or -1 if not present.
- The PodCondition.
func GetPodStatusString ¶
GetPodStatusString gives a summary of the pods state.
func IsPodReady ¶
IsPodReady returns whether the pod status is ready or not.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.