Cloud API Overview > @adpt/cloud > k8s > PodProps > readinessGates
k8s.PodProps.readinessGates property
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/0007-pod-ready%2B%2B.md
Signature:
readinessGates?: PodReadinessGate[];