python/kubernetes/docs/V1PodReadinessGate.md
2022-02-14 14:12:02 -08:00

961 B

V1PodReadinessGate

PodReadinessGate contains the reference to a pod condition

Properties

Name Type Description Notes
condition_type str ConditionType refers to a condition in the pod's condition list with matching type. Possible enum values: - `"ContainersReady"` indicates whether all containers in the pod are ready. - `"Initialized"` means that all init containers in the pod have started successfully. - `"PodScheduled"` represents status of the scheduling process for this pod. - `"Ready"` means the pod is able to service requests and should be added to the load balancing pools of all matching services.

[Back to Model list] [Back to API list] [Back to README]