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

12 lines
961 B
Markdown

# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)