Uses of Class
io.kubernetes.client.proto.V1.ServicePort
-
Uses of V1.ServicePort in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.ServicePortModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.ServicePort>
V1.ServicePort.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.ServicePortModifier and TypeMethodDescriptionV1.ServicePort.Builder.build()
V1.ServicePort.Builder.buildPartial()
static V1.ServicePort
V1.ServicePort.getDefaultInstance()
V1.ServicePort.Builder.getDefaultInstanceForType()
V1.ServicePort.getDefaultInstanceForType()
V1.ServiceSpec.Builder.getPorts
(int index) The list of ports that are exposed by this service.V1.ServiceSpec.getPorts
(int index) The list of ports that are exposed by this service.V1.ServiceSpecOrBuilder.getPorts
(int index) The list of ports that are exposed by this service.static V1.ServicePort
V1.ServicePort.parseDelimitedFrom
(InputStream input) static V1.ServicePort
V1.ServicePort.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ServicePort
V1.ServicePort.parseFrom
(byte[] data) static V1.ServicePort
V1.ServicePort.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ServicePort
V1.ServicePort.parseFrom
(com.google.protobuf.ByteString data) static V1.ServicePort
V1.ServicePort.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ServicePort
V1.ServicePort.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.ServicePort
V1.ServicePort.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ServicePort
V1.ServicePort.parseFrom
(InputStream input) static V1.ServicePort
V1.ServicePort.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ServicePort
V1.ServicePort.parseFrom
(ByteBuffer data) static V1.ServicePort
V1.ServicePort.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.ServicePortModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.ServicePort>
V1.ServicePort.getParserForType()
V1.ServiceSpec.Builder.getPortsList()
The list of ports that are exposed by this service.V1.ServiceSpec.getPortsList()
The list of ports that are exposed by this service.V1.ServiceSpecOrBuilder.getPortsList()
The list of ports that are exposed by this service.static com.google.protobuf.Parser<V1.ServicePort>
V1.ServicePort.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.ServicePortModifier and TypeMethodDescriptionV1.ServiceSpec.Builder.addPorts
(int index, V1.ServicePort value) The list of ports that are exposed by this service.V1.ServiceSpec.Builder.addPorts
(V1.ServicePort value) The list of ports that are exposed by this service.V1.ServicePort.Builder.mergeFrom
(V1.ServicePort other) static V1.ServicePort.Builder
V1.ServicePort.newBuilder
(V1.ServicePort prototype) V1.ServiceSpec.Builder.setPorts
(int index, V1.ServicePort value) The list of ports that are exposed by this service.Method parameters in io.kubernetes.client.proto with type arguments of type V1.ServicePortModifier and TypeMethodDescriptionV1.ServiceSpec.Builder.addAllPorts
(Iterable<? extends V1.ServicePort> values) The list of ports that are exposed by this service.