package
1.7.0-alpha.2
Repository: https://github.com/sjug/kubernetes.git
Documentation: pkg.go.dev

# Functions

GetPodCondition extracts the provided condition from the given status and returns that.
GetPodReadyCondition extracts the pod ready condition from the given status and returns that.
IsPodReady returns true if a pod is ready; false otherwise.
IsPodReadyConditionTrue retruns true if a pod is ready; false otherwise.
UpdatePodCondition updates existing pod condition or creates a new one.
VisitPodSecretNames invokes the visitor function with the name of every secret referenced by the pod spec.