Documentation ¶
Overview ¶
Package pod contains utilities related to Kubernetes Pod.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecutorManagedBy ¶
func ExecutorManagedBy(mgr manager.Manager) remoteexec.RemoteExecutor
func PodCondition ¶
func PodCondition(status *corev1.PodStatus, conditionType corev1.PodConditionType) *corev1.PodCondition
PodCondition extracts the provided condition from the given status and returns that. Returns nil if the condition is not present.
func PodConditionIsReady ¶
PodConditionIsReady returns true if a pod is ready.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.