Uses of Class
io.kubernetes.client.proto.V1.ContainerPort.Builder
-
Uses of V1.ContainerPort.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1.ContainerPort.BuilderModifier and TypeMethodDescriptionV1.Container.Builder.addPortsBuilder()List of ports to expose from the container.V1.Container.Builder.addPortsBuilder(int index) List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.addPortsBuilder()Ports are not allowed for ephemeral containers.V1.EphemeralContainerCommon.Builder.addPortsBuilder(int index) Ports are not allowed for ephemeral containers.V1.ContainerPort.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1.ContainerPort.Builder.clear()V1.ContainerPort.Builder.clearContainerPort()Number of port to expose on the pod's IP address.V1.ContainerPort.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) V1.ContainerPort.Builder.clearHostIP()What host IP to bind the external port to.V1.ContainerPort.Builder.clearHostPort()Number of port to expose on the host.V1.ContainerPort.Builder.clearName()If specified, this must be an IANA_SVC_NAME and unique within the pod.V1.ContainerPort.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1.ContainerPort.Builder.clearProtocol()Protocol for port.V1.ContainerPort.Builder.clone()V1.Container.Builder.getPortsBuilder(int index) List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.getPortsBuilder(int index) Ports are not allowed for ephemeral containers.V1.ContainerPort.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.ContainerPort.Builder.mergeFrom(com.google.protobuf.Message other) V1.ContainerPort.Builder.mergeFrom(V1.ContainerPort other) final V1.ContainerPort.BuilderV1.ContainerPort.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static V1.ContainerPort.BuilderV1.ContainerPort.newBuilder()static V1.ContainerPort.BuilderV1.ContainerPort.newBuilder(V1.ContainerPort prototype) V1.ContainerPort.newBuilderForType()protected V1.ContainerPort.BuilderV1.ContainerPort.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1.ContainerPort.Builder.setContainerPort(int value) Number of port to expose on the pod's IP address.V1.ContainerPort.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) What host IP to bind the external port to.V1.ContainerPort.Builder.setHostIPBytes(com.google.protobuf.ByteString value) What host IP to bind the external port to.V1.ContainerPort.Builder.setHostPort(int value) Number of port to expose on the host.If specified, this must be an IANA_SVC_NAME and unique within the pod.V1.ContainerPort.Builder.setNameBytes(com.google.protobuf.ByteString value) If specified, this must be an IANA_SVC_NAME and unique within the pod.V1.ContainerPort.Builder.setProtocol(String value) Protocol for port.V1.ContainerPort.Builder.setProtocolBytes(com.google.protobuf.ByteString value) Protocol for port.V1.ContainerPort.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final V1.ContainerPort.BuilderV1.ContainerPort.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) V1.ContainerPort.toBuilder()Methods in io.kubernetes.client.proto that return types with arguments of type V1.ContainerPort.BuilderModifier and TypeMethodDescriptionV1.Container.Builder.getPortsBuilderList()List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.getPortsBuilderList()Ports are not allowed for ephemeral containers.Methods in io.kubernetes.client.proto with parameters of type V1.ContainerPort.BuilderModifier and TypeMethodDescriptionV1.Container.Builder.addPorts(int index, V1.ContainerPort.Builder builderForValue) List of ports to expose from the container.V1.Container.Builder.addPorts(V1.ContainerPort.Builder builderForValue) List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.addPorts(int index, V1.ContainerPort.Builder builderForValue) Ports are not allowed for ephemeral containers.V1.EphemeralContainerCommon.Builder.addPorts(V1.ContainerPort.Builder builderForValue) Ports are not allowed for ephemeral containers.V1.Container.Builder.setPorts(int index, V1.ContainerPort.Builder builderForValue) List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.setPorts(int index, V1.ContainerPort.Builder builderForValue) Ports are not allowed for ephemeral containers.