kubernetes v1.32
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
| Field / Type | Description |
|---|---|
conditionType | ConditionType refers to a condition in the pod's condition list with matching type. |