package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

DropDisabledAlphaFields removes disabled fields from the pod spec.
DropDisabledVolumeMountsAlphaFields removes disabled fields from []VolumeMount.
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.
VisitPodConfigmapNames invokes the visitor function with the name of every configmap referenced by the pod spec.
VisitPodSecretNames invokes the visitor function with the name of every secret referenced by the pod spec.

# Type aliases

Visitor is called with each object name, and returns true if visiting should continue.