Sha256: c057923af66a2a3f2bd5561504ea1a5d46168c4fb63a540c269e7871a94f4ad4
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# Zilla::IoK8sApiCoreV1EndpointSubset ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **addresses** | [**Array<IoK8sApiCoreV1EndpointAddress>**](IoK8sApiCoreV1EndpointAddress.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] | | **not_ready_addresses** | [**Array<IoK8sApiCoreV1EndpointAddress>**](IoK8sApiCoreV1EndpointAddress.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** | [**Array<IoK8sApiCoreV1EndpointPort>**](IoK8sApiCoreV1EndpointPort.md) | Port numbers available on the related IP addresses. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1EndpointSubset.new( addresses: null, not_ready_addresses: null, ports: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1EndpointSubset.md |