kubernetes v1.37

PodSpec.readinessGates

If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates

1 fields
PodSpec.readinessGates fields and descriptions
Field / TypeDescription
conditionType
string required

ConditionType refers to a condition in the pod's condition list with matching type.