Uses of Class
io.kubernetes.client.proto.V1.ContainerPort
-
Uses of V1.ContainerPort in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.ContainerPortModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.ContainerPort>
V1.ContainerPort.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.ContainerPortModifier and TypeMethodDescriptionV1.ContainerPort.Builder.build()
V1.ContainerPort.Builder.buildPartial()
static V1.ContainerPort
V1.ContainerPort.getDefaultInstance()
V1.ContainerPort.Builder.getDefaultInstanceForType()
V1.ContainerPort.getDefaultInstanceForType()
V1.Container.Builder.getPorts
(int index) List of ports to expose from the container.V1.Container.getPorts
(int index) List of ports to expose from the container.V1.ContainerOrBuilder.getPorts
(int index) List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.getPorts
(int index) Ports are not allowed for ephemeral containers.V1.EphemeralContainerCommon.getPorts
(int index) Ports are not allowed for ephemeral containers.V1.EphemeralContainerCommonOrBuilder.getPorts
(int index) Ports are not allowed for ephemeral containers.static V1.ContainerPort
V1.ContainerPort.parseDelimitedFrom
(InputStream input) static V1.ContainerPort
V1.ContainerPort.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerPort
V1.ContainerPort.parseFrom
(byte[] data) static V1.ContainerPort
V1.ContainerPort.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerPort
V1.ContainerPort.parseFrom
(com.google.protobuf.ByteString data) static V1.ContainerPort
V1.ContainerPort.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerPort
V1.ContainerPort.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.ContainerPort
V1.ContainerPort.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerPort
V1.ContainerPort.parseFrom
(InputStream input) static V1.ContainerPort
V1.ContainerPort.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerPort
V1.ContainerPort.parseFrom
(ByteBuffer data) static V1.ContainerPort
V1.ContainerPort.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.ContainerPortModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.ContainerPort>
V1.ContainerPort.getParserForType()
V1.Container.Builder.getPortsList()
List of ports to expose from the container.V1.Container.getPortsList()
List of ports to expose from the container.V1.ContainerOrBuilder.getPortsList()
List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.getPortsList()
Ports are not allowed for ephemeral containers.V1.EphemeralContainerCommon.getPortsList()
Ports are not allowed for ephemeral containers.V1.EphemeralContainerCommonOrBuilder.getPortsList()
Ports are not allowed for ephemeral containers.static com.google.protobuf.Parser<V1.ContainerPort>
V1.ContainerPort.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.ContainerPortModifier and TypeMethodDescriptionV1.Container.Builder.addPorts
(int index, V1.ContainerPort value) List of ports to expose from the container.V1.Container.Builder.addPorts
(V1.ContainerPort value) List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.addPorts
(int index, V1.ContainerPort value) Ports are not allowed for ephemeral containers.V1.EphemeralContainerCommon.Builder.addPorts
(V1.ContainerPort value) Ports are not allowed for ephemeral containers.V1.ContainerPort.Builder.mergeFrom
(V1.ContainerPort other) static V1.ContainerPort.Builder
V1.ContainerPort.newBuilder
(V1.ContainerPort prototype) V1.Container.Builder.setPorts
(int index, V1.ContainerPort value) List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.setPorts
(int index, V1.ContainerPort value) Ports are not allowed for ephemeral containers.Method parameters in io.kubernetes.client.proto with type arguments of type V1.ContainerPortModifier and TypeMethodDescriptionV1.Container.Builder.addAllPorts
(Iterable<? extends V1.ContainerPort> values) List of ports to expose from the container.V1.EphemeralContainerCommon.Builder.addAllPorts
(Iterable<? extends V1.ContainerPort> values) Ports are not allowed for ephemeral containers.