Uses of Class
io.kubernetes.client.proto.V1.Endpoints
-
Uses of V1.Endpoints in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.EndpointsModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.Endpoints>
V1.Endpoints.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.EndpointsModifier and TypeMethodDescriptionV1.Endpoints.Builder.build()
V1.Endpoints.Builder.buildPartial()
static V1.Endpoints
V1.Endpoints.getDefaultInstance()
V1.Endpoints.Builder.getDefaultInstanceForType()
V1.Endpoints.getDefaultInstanceForType()
V1.EndpointsList.Builder.getItems
(int index) List of endpoints.V1.EndpointsList.getItems
(int index) List of endpoints.V1.EndpointsListOrBuilder.getItems
(int index) List of endpoints.static V1.Endpoints
V1.Endpoints.parseDelimitedFrom
(InputStream input) static V1.Endpoints
V1.Endpoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Endpoints
V1.Endpoints.parseFrom
(byte[] data) static V1.Endpoints
V1.Endpoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Endpoints
V1.Endpoints.parseFrom
(com.google.protobuf.ByteString data) static V1.Endpoints
V1.Endpoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Endpoints
V1.Endpoints.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.Endpoints
V1.Endpoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Endpoints
V1.Endpoints.parseFrom
(InputStream input) static V1.Endpoints
V1.Endpoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Endpoints
V1.Endpoints.parseFrom
(ByteBuffer data) static V1.Endpoints
V1.Endpoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.EndpointsModifier and TypeMethodDescriptionV1.EndpointsList.Builder.getItemsList()
List of endpoints.V1.EndpointsList.getItemsList()
List of endpoints.V1.EndpointsListOrBuilder.getItemsList()
List of endpoints.com.google.protobuf.Parser<V1.Endpoints>
V1.Endpoints.getParserForType()
static com.google.protobuf.Parser<V1.Endpoints>
V1.Endpoints.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.EndpointsModifier and TypeMethodDescriptionV1.EndpointsList.Builder.addItems
(int index, V1.Endpoints value) List of endpoints.V1.EndpointsList.Builder.addItems
(V1.Endpoints value) List of endpoints.V1.Endpoints.Builder.mergeFrom
(V1.Endpoints other) static V1.Endpoints.Builder
V1.Endpoints.newBuilder
(V1.Endpoints prototype) V1.EndpointsList.Builder.setItems
(int index, V1.Endpoints value) List of endpoints.Method parameters in io.kubernetes.client.proto with type arguments of type V1.EndpointsModifier and TypeMethodDescriptionV1.EndpointsList.Builder.addAllItems
(Iterable<? extends V1.Endpoints> values) List of endpoints.