Uses of Class
io.kubernetes.client.proto.V1.EndpointPort
-
Uses of V1.EndpointPort in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.EndpointPortModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.EndpointPort>V1.EndpointPort.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.EndpointPortModifier and TypeMethodDescriptionV1.EndpointPort.Builder.build()V1.EndpointPort.Builder.buildPartial()static V1.EndpointPortV1.EndpointPort.getDefaultInstance()V1.EndpointPort.Builder.getDefaultInstanceForType()V1.EndpointPort.getDefaultInstanceForType()V1.EndpointSubset.Builder.getPorts(int index) Port numbers available on the related IP addresses.V1.EndpointSubset.getPorts(int index) Port numbers available on the related IP addresses.V1.EndpointSubsetOrBuilder.getPorts(int index) Port numbers available on the related IP addresses.static V1.EndpointPortV1.EndpointPort.parseDelimitedFrom(InputStream input) static V1.EndpointPortV1.EndpointPort.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointPortV1.EndpointPort.parseFrom(byte[] data) static V1.EndpointPortV1.EndpointPort.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointPortV1.EndpointPort.parseFrom(com.google.protobuf.ByteString data) static V1.EndpointPortV1.EndpointPort.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointPortV1.EndpointPort.parseFrom(com.google.protobuf.CodedInputStream input) static V1.EndpointPortV1.EndpointPort.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointPortV1.EndpointPort.parseFrom(InputStream input) static V1.EndpointPortV1.EndpointPort.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EndpointPortV1.EndpointPort.parseFrom(ByteBuffer data) static V1.EndpointPortV1.EndpointPort.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.EndpointPortModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.EndpointPort>V1.EndpointPort.getParserForType()V1.EndpointSubset.Builder.getPortsList()Port numbers available on the related IP addresses.V1.EndpointSubset.getPortsList()Port numbers available on the related IP addresses.V1.EndpointSubsetOrBuilder.getPortsList()Port numbers available on the related IP addresses.static com.google.protobuf.Parser<V1.EndpointPort>V1.EndpointPort.parser()Methods in io.kubernetes.client.proto with parameters of type V1.EndpointPortModifier and TypeMethodDescriptionV1.EndpointSubset.Builder.addPorts(int index, V1.EndpointPort value) 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.mergeFrom(V1.EndpointPort other) static V1.EndpointPort.BuilderV1.EndpointPort.newBuilder(V1.EndpointPort prototype) V1.EndpointSubset.Builder.setPorts(int index, V1.EndpointPort value) Port numbers available on the related IP addresses.Method parameters in io.kubernetes.client.proto with type arguments of type V1.EndpointPortModifier and TypeMethodDescriptionV1.EndpointSubset.Builder.addAllPorts(Iterable<? extends V1.EndpointPort> values) Port numbers available on the related IP addresses.