Uses of Class
io.kubernetes.client.proto.V1.EndpointPort.Builder
-
Uses of V1.EndpointPort.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1.EndpointPort.BuilderModifier and TypeMethodDescriptionV1.EndpointSubset.Builder.addPortsBuilder()Port numbers available on the related IP addresses.V1.EndpointSubset.Builder.addPortsBuilder(int index) Port numbers available on the related IP addresses.V1.EndpointPort.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1.EndpointPort.Builder.clear()V1.EndpointPort.Builder.clearAppProtocol()The application protocol for this port.V1.EndpointPort.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) V1.EndpointPort.Builder.clearName()The name of this port.V1.EndpointPort.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1.EndpointPort.Builder.clearPort()The port number of the endpoint.V1.EndpointPort.Builder.clearProtocol()The IP protocol for this port.V1.EndpointPort.Builder.clone()V1.EndpointSubset.Builder.getPortsBuilder(int index) Port numbers available on the related IP addresses.V1.EndpointPort.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.EndpointPort.Builder.mergeFrom(com.google.protobuf.Message other) V1.EndpointPort.Builder.mergeFrom(V1.EndpointPort other) final V1.EndpointPort.BuilderV1.EndpointPort.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static V1.EndpointPort.BuilderV1.EndpointPort.newBuilder()static V1.EndpointPort.BuilderV1.EndpointPort.newBuilder(V1.EndpointPort prototype) V1.EndpointPort.newBuilderForType()protected V1.EndpointPort.BuilderV1.EndpointPort.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1.EndpointPort.Builder.setAppProtocol(String value) The application protocol for this port.V1.EndpointPort.Builder.setAppProtocolBytes(com.google.protobuf.ByteString value) The application protocol for this port.V1.EndpointPort.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The name of this port.V1.EndpointPort.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of this port.V1.EndpointPort.Builder.setPort(int value) The port number of the endpoint.V1.EndpointPort.Builder.setProtocol(String value) The IP protocol for this port.V1.EndpointPort.Builder.setProtocolBytes(com.google.protobuf.ByteString value) The IP protocol for this port.V1.EndpointPort.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final V1.EndpointPort.BuilderV1.EndpointPort.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) V1.EndpointPort.toBuilder()Methods in io.kubernetes.client.proto that return types with arguments of type V1.EndpointPort.BuilderModifier and TypeMethodDescriptionV1.EndpointSubset.Builder.getPortsBuilderList()Port numbers available on the related IP addresses.Methods in io.kubernetes.client.proto with parameters of type V1.EndpointPort.BuilderModifier and TypeMethodDescriptionV1.EndpointSubset.Builder.addPorts(int index, V1.EndpointPort.Builder builderForValue) 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.setPorts(int index, V1.EndpointPort.Builder builderForValue) Port numbers available on the related IP addresses.