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