Package k8s.io.api.core.v1
Interface Generated.EndpointSubsetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.EndpointSubset,Generated.EndpointSubset.Builder
- Enclosing class:
- Generated
public static interface Generated.EndpointSubsetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.EndpointAddressgetAddresses(int index)IP addresses which offer the related ports that are marked as ready.intgetAddressesCount()IP addresses which offer the related ports that are marked as ready.List<Generated.EndpointAddress>getAddressesList()IP addresses which offer the related ports that are marked as ready.Generated.EndpointAddressOrBuildergetAddressesOrBuilder(int index)IP addresses which offer the related ports that are marked as ready.List<? extends Generated.EndpointAddressOrBuilder>getAddressesOrBuilderList()IP addresses which offer the related ports that are marked as ready.Generated.EndpointAddressgetNotReadyAddresses(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.intgetNotReadyAddressesCount()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<Generated.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.Generated.EndpointAddressOrBuildergetNotReadyAddressesOrBuilder(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 Generated.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.Generated.EndpointPortgetPorts(int index)Port numbers available on the related IP addresses.intgetPortsCount()Port numbers available on the related IP addresses.List<Generated.EndpointPort>getPortsList()Port numbers available on the related IP addresses.Generated.EndpointPortOrBuildergetPortsOrBuilder(int index)Port numbers available on the related IP addresses.List<? extends Generated.EndpointPortOrBuilder>getPortsOrBuilderList()Port numbers available on the related IP addresses.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAddressesList
List<Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
-
getAddresses
Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
-
getAddressesCount
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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
-
getAddressesOrBuilderList
List<? extends Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
-
getAddressesOrBuilder
Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
-
getNotReadyAddressesList
List<Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
-
getNotReadyAddresses
Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
-
getNotReadyAddressesCount
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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
-
getNotReadyAddressesOrBuilderList
List<? extends Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
-
getNotReadyAddressesOrBuilder
Generated.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 +listType=atomic
repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
-
getPortsList
List<Generated.EndpointPort> getPortsList()
Port numbers available on the related IP addresses. +optional +listType=atomic
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
-
getPorts
Generated.EndpointPort getPorts(int index)
Port numbers available on the related IP addresses. +optional +listType=atomic
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
-
getPortsCount
int getPortsCount()
Port numbers available on the related IP addresses. +optional +listType=atomic
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
-
getPortsOrBuilderList
List<? extends Generated.EndpointPortOrBuilder> getPortsOrBuilderList()
Port numbers available on the related IP addresses. +optional +listType=atomic
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
-
getPortsOrBuilder
Generated.EndpointPortOrBuilder getPortsOrBuilder(int index)
Port numbers available on the related IP addresses. +optional +listType=atomic
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
-
-