python/kubernetes/docs/V1beta1EndpointConditions.md
Nabarun Pal 2132e24fd1
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:30 +05:30

640 B

V1beta1EndpointConditions

EndpointConditions represents the current condition of an endpoint.

Properties

Name Type Description Notes
ready bool ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. [optional]

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