public static final class V1.EndpointSubset.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder> implements V1.EndpointSubsetOrBuilder
EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] } The resulting set of endpoints can be viewed as: a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], b: [ 10.10.1.1:309, 10.10.2.2:309 ]Protobuf type
k8s.io.api.core.v1.EndpointSubset
Modifier and Type | Method and Description |
---|---|
V1.EndpointSubset.Builder |
addAddresses(int index,
V1.EndpointAddress.Builder builderForValue)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointSubset.Builder |
addAddresses(int index,
V1.EndpointAddress value)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointSubset.Builder |
addAddresses(V1.EndpointAddress.Builder builderForValue)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointSubset.Builder |
addAddresses(V1.EndpointAddress value)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointAddress.Builder |
addAddressesBuilder()
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointAddress.Builder |
addAddressesBuilder(int index)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointSubset.Builder |
addAllAddresses(Iterable<? extends V1.EndpointAddress> values)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointSubset.Builder |
addAllNotReadyAddresses(Iterable<? extends V1.EndpointAddress> values)
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.EndpointSubset.Builder |
addAllPorts(Iterable<? extends V1.EndpointPort> values)
Port numbers available on the related IP addresses.
|
V1.EndpointSubset.Builder |
addNotReadyAddresses(int index,
V1.EndpointAddress.Builder builderForValue)
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.EndpointSubset.Builder |
addNotReadyAddresses(int index,
V1.EndpointAddress value)
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.EndpointSubset.Builder |
addNotReadyAddresses(V1.EndpointAddress.Builder builderForValue)
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.EndpointSubset.Builder |
addNotReadyAddresses(V1.EndpointAddress value)
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.EndpointAddress.Builder |
addNotReadyAddressesBuilder()
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.EndpointAddress.Builder |
addNotReadyAddressesBuilder(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.
|
V1.EndpointSubset.Builder |
addPorts(int index,
V1.EndpointPort.Builder builderForValue)
Port numbers available on the related IP addresses.
|
V1.EndpointSubset.Builder |
addPorts(int index,
V1.EndpointPort value)
Port numbers available on the related IP addresses.
|
V1.EndpointSubset.Builder |
addPorts(V1.EndpointPort.Builder builderForValue)
Port numbers available on the related IP addresses.
|
V1.EndpointSubset.Builder |
addPorts(V1.EndpointPort value)
Port numbers available on the related IP addresses.
|
V1.EndpointPort.Builder |
addPortsBuilder()
Port numbers available on the related IP addresses.
|
V1.EndpointPort.Builder |
addPortsBuilder(int index)
Port numbers available on the related IP addresses.
|
V1.EndpointSubset.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.EndpointSubset |
build() |
V1.EndpointSubset |
buildPartial() |
V1.EndpointSubset.Builder |
clear() |
V1.EndpointSubset.Builder |
clearAddresses()
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointSubset.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.EndpointSubset.Builder |
clearNotReadyAddresses()
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.EndpointSubset.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.EndpointSubset.Builder |
clearPorts()
Port numbers available on the related IP addresses.
|
V1.EndpointSubset.Builder |
clone() |
V1.EndpointAddress |
getAddresses(int index)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointAddress.Builder |
getAddressesBuilder(int index)
IP addresses which offer the related ports that are marked as ready.
|
List<V1.EndpointAddress.Builder> |
getAddressesBuilderList()
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.EndpointSubset |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
V1.EndpointAddress.Builder |
getNotReadyAddressesBuilder(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<V1.EndpointAddress.Builder> |
getNotReadyAddressesBuilderList()
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.
|
V1.EndpointPort.Builder |
getPortsBuilder(int index)
Port numbers available on the related IP addresses.
|
List<V1.EndpointPort.Builder> |
getPortsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.EndpointSubset.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.EndpointSubset.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.EndpointSubset.Builder |
mergeFrom(V1.EndpointSubset other) |
V1.EndpointSubset.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.EndpointSubset.Builder |
removeAddresses(int index)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointSubset.Builder |
removeNotReadyAddresses(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.
|
V1.EndpointSubset.Builder |
removePorts(int index)
Port numbers available on the related IP addresses.
|
V1.EndpointSubset.Builder |
setAddresses(int index,
V1.EndpointAddress.Builder builderForValue)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointSubset.Builder |
setAddresses(int index,
V1.EndpointAddress value)
IP addresses which offer the related ports that are marked as ready.
|
V1.EndpointSubset.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.EndpointSubset.Builder |
setNotReadyAddresses(int index,
V1.EndpointAddress.Builder builderForValue)
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.EndpointSubset.Builder |
setNotReadyAddresses(int index,
V1.EndpointAddress value)
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.EndpointSubset.Builder |
setPorts(int index,
V1.EndpointPort.Builder builderForValue)
Port numbers available on the related IP addresses.
|
V1.EndpointSubset.Builder |
setPorts(int index,
V1.EndpointPort value)
Port numbers available on the related IP addresses.
|
V1.EndpointSubset.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.EndpointSubset.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public V1.EndpointSubset build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public V1.EndpointSubset buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public V1.EndpointSubset.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset.Builder mergeFrom(V1.EndpointSubset other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public V1.EndpointSubset.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<V1.EndpointSubset.Builder>
IOException
public 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;
getAddressesList
in interface V1.EndpointSubsetOrBuilder
public 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;
getAddressesCount
in interface V1.EndpointSubsetOrBuilder
public 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;
getAddresses
in interface V1.EndpointSubsetOrBuilder
public V1.EndpointSubset.Builder setAddresses(int index, V1.EndpointAddress value)
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;
public V1.EndpointSubset.Builder setAddresses(int index, V1.EndpointAddress.Builder builderForValue)
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;
public V1.EndpointSubset.Builder addAddresses(V1.EndpointAddress value)
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;
public V1.EndpointSubset.Builder addAddresses(int index, V1.EndpointAddress value)
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;
public V1.EndpointSubset.Builder addAddresses(V1.EndpointAddress.Builder builderForValue)
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;
public V1.EndpointSubset.Builder addAddresses(int index, V1.EndpointAddress.Builder builderForValue)
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;
public V1.EndpointSubset.Builder addAllAddresses(Iterable<? extends V1.EndpointAddress> values)
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;
public V1.EndpointSubset.Builder clearAddresses()
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;
public V1.EndpointSubset.Builder removeAddresses(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;
public V1.EndpointAddress.Builder getAddressesBuilder(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;
public 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;
getAddressesOrBuilder
in interface V1.EndpointSubsetOrBuilder
public 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;
getAddressesOrBuilderList
in interface V1.EndpointSubsetOrBuilder
public V1.EndpointAddress.Builder addAddressesBuilder()
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;
public V1.EndpointAddress.Builder addAddressesBuilder(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;
public List<V1.EndpointAddress.Builder> getAddressesBuilderList()
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;
public 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;
getNotReadyAddressesList
in interface V1.EndpointSubsetOrBuilder
public 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;
getNotReadyAddressesCount
in interface V1.EndpointSubsetOrBuilder
public 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;
getNotReadyAddresses
in interface V1.EndpointSubsetOrBuilder
public V1.EndpointSubset.Builder setNotReadyAddresses(int index, V1.EndpointAddress value)
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;
public V1.EndpointSubset.Builder setNotReadyAddresses(int index, V1.EndpointAddress.Builder builderForValue)
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;
public V1.EndpointSubset.Builder addNotReadyAddresses(V1.EndpointAddress value)
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;
public V1.EndpointSubset.Builder addNotReadyAddresses(int index, V1.EndpointAddress value)
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;
public V1.EndpointSubset.Builder addNotReadyAddresses(V1.EndpointAddress.Builder builderForValue)
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;
public V1.EndpointSubset.Builder addNotReadyAddresses(int index, V1.EndpointAddress.Builder builderForValue)
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;
public V1.EndpointSubset.Builder addAllNotReadyAddresses(Iterable<? extends V1.EndpointAddress> values)
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;
public V1.EndpointSubset.Builder clearNotReadyAddresses()
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;
public V1.EndpointSubset.Builder removeNotReadyAddresses(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;
public V1.EndpointAddress.Builder getNotReadyAddressesBuilder(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;
public 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;
getNotReadyAddressesOrBuilder
in interface V1.EndpointSubsetOrBuilder
public 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;
getNotReadyAddressesOrBuilderList
in interface V1.EndpointSubsetOrBuilder
public V1.EndpointAddress.Builder addNotReadyAddressesBuilder()
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;
public V1.EndpointAddress.Builder addNotReadyAddressesBuilder(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;
public List<V1.EndpointAddress.Builder> getNotReadyAddressesBuilderList()
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;
public List<V1.EndpointPort> getPortsList()
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
getPortsList
in interface V1.EndpointSubsetOrBuilder
public int getPortsCount()
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
getPortsCount
in interface V1.EndpointSubsetOrBuilder
public V1.EndpointPort getPorts(int index)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
getPorts
in interface V1.EndpointSubsetOrBuilder
public V1.EndpointSubset.Builder setPorts(int index, V1.EndpointPort value)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointSubset.Builder setPorts(int index, V1.EndpointPort.Builder builderForValue)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointSubset.Builder addPorts(V1.EndpointPort value)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointSubset.Builder addPorts(int index, V1.EndpointPort value)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointSubset.Builder addPorts(V1.EndpointPort.Builder builderForValue)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointSubset.Builder addPorts(int index, V1.EndpointPort.Builder builderForValue)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointSubset.Builder addAllPorts(Iterable<? extends V1.EndpointPort> values)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointSubset.Builder clearPorts()
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointSubset.Builder removePorts(int index)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointPort.Builder getPortsBuilder(int index)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointPortOrBuilder getPortsOrBuilder(int index)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
getPortsOrBuilder
in interface V1.EndpointSubsetOrBuilder
public List<? extends V1.EndpointPortOrBuilder> getPortsOrBuilderList()
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
getPortsOrBuilderList
in interface V1.EndpointSubsetOrBuilder
public V1.EndpointPort.Builder addPortsBuilder()
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public V1.EndpointPort.Builder addPortsBuilder(int index)
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public List<V1.EndpointPort.Builder> getPortsBuilderList()
Port numbers available on the related IP addresses. +optional
repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
public final V1.EndpointSubset.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
public final V1.EndpointSubset.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<V1.EndpointSubset.Builder>
Copyright © 2022. All rights reserved.