Uses of Class
io.kubernetes.client.proto.V1.EndpointSubset
-
Uses of V1.EndpointSubset in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.EndpointSubsetModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.EndpointSubset>
V1.EndpointSubset.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.EndpointSubsetModifier and TypeMethodDescriptionV1.EndpointSubset.Builder.build()
V1.EndpointSubset.Builder.buildPartial()
static V1.EndpointSubset
V1.EndpointSubset.getDefaultInstance()
V1.EndpointSubset.Builder.getDefaultInstanceForType()
V1.EndpointSubset.getDefaultInstanceForType()
V1.Endpoints.Builder.getSubsets
(int index) The set of all endpoints is the union of all subsets.V1.Endpoints.getSubsets
(int index) The set of all endpoints is the union of all subsets.V1.EndpointsOrBuilder.getSubsets
(int index) The set of all endpoints is the union of all subsets.static V1.EndpointSubset
V1.EndpointSubset.parseDelimitedFrom
(InputStream input) static V1.EndpointSubset
V1.EndpointSubset.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(byte[] data) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(com.google.protobuf.ByteString data) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(InputStream input) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(ByteBuffer data) static V1.EndpointSubset
V1.EndpointSubset.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.EndpointSubsetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.EndpointSubset>
V1.EndpointSubset.getParserForType()
V1.Endpoints.Builder.getSubsetsList()
The set of all endpoints is the union of all subsets.V1.Endpoints.getSubsetsList()
The set of all endpoints is the union of all subsets.V1.EndpointsOrBuilder.getSubsetsList()
The set of all endpoints is the union of all subsets.static com.google.protobuf.Parser<V1.EndpointSubset>
V1.EndpointSubset.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.EndpointSubsetModifier and TypeMethodDescriptionV1.Endpoints.Builder.addSubsets
(int index, V1.EndpointSubset value) The set of all endpoints is the union of all subsets.V1.Endpoints.Builder.addSubsets
(V1.EndpointSubset value) The set of all endpoints is the union of all subsets.V1.EndpointSubset.Builder.mergeFrom
(V1.EndpointSubset other) static V1.EndpointSubset.Builder
V1.EndpointSubset.newBuilder
(V1.EndpointSubset prototype) V1.Endpoints.Builder.setSubsets
(int index, V1.EndpointSubset value) The set of all endpoints is the union of all subsets.Method parameters in io.kubernetes.client.proto with type arguments of type V1.EndpointSubsetModifier and TypeMethodDescriptionV1.Endpoints.Builder.addAllSubsets
(Iterable<? extends V1.EndpointSubset> values) The set of all endpoints is the union of all subsets.