Skip to content

Files

Latest commit

1cc7ca5 · May 26, 2025

History

History
13 lines (9 loc) · 1.27 KB

V1EndpointConditions.md

File metadata and controls

13 lines (9 loc) · 1.27 KB

V1EndpointConditions

EndpointConditions represents the current condition of an endpoint.

Properties

Name Type Description Notes
ready bool ready indicates that this endpoint is ready to receive traffic, according to whatever system is managing the endpoint. A nil value should be interpreted as "true". In general, an endpoint should be marked ready if it is serving and not terminating, though this can be overridden in some cases, such as when the associated Service has set the publishNotReadyAddresses flag. [optional]
serving bool serving indicates that this endpoint is able to receive traffic, according to whatever system is managing the endpoint. For endpoints backed by pods, the EndpointSlice controller will mark the endpoint as serving if the pod's Ready condition is True. A nil value should be interpreted as "true". [optional]
terminating bool terminating indicates that this endpoint is terminating. A nil value should be interpreted as "false". [optional]

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