Files
c/kubernetes/docs/v1_endpoint_subset.md
2021-03-17 16:50:46 +08:00

931 B

v1_endpoint_subset_t

Properties

Name Type Description Notes
addresses list_t * IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize. [optional]
not_ready_addresses list_t * IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check. [optional]
ports list_t * Port numbers available on the related IP addresses. [optional]

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