public static interface V1.EndpointSubsetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.EndpointAddress |
getAddresses(int index)
IP addresses which offer the related ports that are marked as ready.
|
int |
getAddressesCount()
IP addresses which offer the related ports that are marked as ready.
|
List<V1.EndpointAddress> |
getAddressesList()
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointAddressOrBuilder |
getAddressesOrBuilder(int index)
IP addresses which offer the related ports that are marked as ready.
|
List<? extends V1.EndpointAddressOrBuilder> |
getAddressesOrBuilderList()
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointAddress |
getNotReadyAddresses(int index)
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.
|
int |
getNotReadyAddressesCount()
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.
|
List<V1.EndpointAddress> |
getNotReadyAddressesList()
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.
|
V1.EndpointAddressOrBuilder |
getNotReadyAddressesOrBuilder(int index)
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.
|
List<? extends V1.EndpointAddressOrBuilder> |
getNotReadyAddressesOrBuilderList()
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.
|
V1.EndpointPort |
getPorts(int index)
Port numbers available on the related IP addresses.
|
int |
getPortsCount()
Port numbers available on the related IP addresses.
|
List<V1.EndpointPort> |
getPortsList()
Port numbers available on the related IP addresses.
|
V1.EndpointPortOrBuilder |
getPortsOrBuilder(int index)
Port numbers available on the related IP addresses.
|
List<? extends V1.EndpointPortOrBuilder> |
getPortsOrBuilderList()
Port numbers available on the related IP addresses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1.EndpointAddress> getAddressesList()
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
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;V1.EndpointAddress getAddresses(int index)
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
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;int getAddressesCount()
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
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;List<? extends V1.EndpointAddressOrBuilder> getAddressesOrBuilderList()
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
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;V1.EndpointAddressOrBuilder getAddressesOrBuilder(int index)
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
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;List<V1.EndpointAddress> getNotReadyAddressesList()
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
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;V1.EndpointAddress getNotReadyAddresses(int index)
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
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;int getNotReadyAddressesCount()
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
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;List<? extends V1.EndpointAddressOrBuilder> getNotReadyAddressesOrBuilderList()
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
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;V1.EndpointAddressOrBuilder getNotReadyAddressesOrBuilder(int index)
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
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;List<V1.EndpointPort> getPortsList()
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;V1.EndpointPort getPorts(int index)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;int getPortsCount()
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;List<? extends V1.EndpointPortOrBuilder> getPortsOrBuilderList()
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;V1.EndpointPortOrBuilder getPortsOrBuilder(int index)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;Copyright © 2019. All rights reserved.