Files
go/kubernetes/docs/V1EndpointSubset.md

13 lines
949 B
Markdown
Raw Normal View History

# V1EndpointSubset
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**Addresses** | [**[]V1EndpointAddress**](v1.EndpointAddress.md) | 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]
**NotReadyAddresses** | [**[]V1EndpointAddress**](v1.EndpointAddress.md) | 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** | [**[]V1EndpointPort**](v1.EndpointPort.md) | Port numbers available on the related IP addresses. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)