| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.ContainerPort> |
V1.ContainerPort.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.ContainerPort |
V1.ContainerPort.Builder.build() |
V1.ContainerPort |
V1.ContainerPort.Builder.buildPartial() |
static V1.ContainerPort |
V1.ContainerPort.getDefaultInstance() |
V1.ContainerPort |
V1.ContainerPort.getDefaultInstanceForType() |
V1.ContainerPort |
V1.ContainerPort.Builder.getDefaultInstanceForType() |
V1.ContainerPort |
V1.ContainerOrBuilder.getPorts(int index)
List of ports to expose from the container.
|
V1.ContainerPort |
V1.Container.getPorts(int index)
List of ports to expose from the container.
|
V1.ContainerPort |
V1.Container.Builder.getPorts(int index)
List of ports to expose from the container.
|
V1.ContainerPort |
V1.EphemeralContainerCommonOrBuilder.getPorts(int index)
Ports are not allowed for ephemeral containers.
|
V1.ContainerPort |
V1.EphemeralContainerCommon.getPorts(int index)
Ports are not allowed for ephemeral containers.
|
V1.ContainerPort |
V1.EphemeralContainerCommon.Builder.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(ByteBuffer data) |
static V1.ContainerPort |
V1.ContainerPort.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.ContainerPort> |
V1.ContainerPort.getParserForType() |
List<V1.ContainerPort> |
V1.ContainerOrBuilder.getPortsList()
List of ports to expose from the container.
|
List<V1.ContainerPort> |
V1.Container.getPortsList()
List of ports to expose from the container.
|
List<V1.ContainerPort> |
V1.Container.Builder.getPortsList()
List of ports to expose from the container.
|
List<V1.ContainerPort> |
V1.EphemeralContainerCommonOrBuilder.getPortsList()
Ports are not allowed for ephemeral containers.
|
List<V1.ContainerPort> |
V1.EphemeralContainerCommon.getPortsList()
Ports are not allowed for ephemeral containers.
|
List<V1.ContainerPort> |
V1.EphemeralContainerCommon.Builder.getPortsList()
Ports are not allowed for ephemeral containers.
|
static com.google.protobuf.Parser<V1.ContainerPort> |
V1.ContainerPort.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.Container.Builder |
V1.Container.Builder.addPorts(int index,
V1.ContainerPort value)
List of ports to expose from the container.
|
V1.EphemeralContainerCommon.Builder |
V1.EphemeralContainerCommon.Builder.addPorts(int index,
V1.ContainerPort value)
Ports are not allowed for ephemeral containers.
|
V1.Container.Builder |
V1.Container.Builder.addPorts(V1.ContainerPort value)
List of ports to expose from the container.
|
V1.EphemeralContainerCommon.Builder |
V1.EphemeralContainerCommon.Builder.addPorts(V1.ContainerPort value)
Ports are not allowed for ephemeral containers.
|
V1.ContainerPort.Builder |
V1.ContainerPort.Builder.mergeFrom(V1.ContainerPort other) |
static V1.ContainerPort.Builder |
V1.ContainerPort.newBuilder(V1.ContainerPort prototype) |
V1.Container.Builder |
V1.Container.Builder.setPorts(int index,
V1.ContainerPort value)
List of ports to expose from the container.
|
V1.EphemeralContainerCommon.Builder |
V1.EphemeralContainerCommon.Builder.setPorts(int index,
V1.ContainerPort value)
Ports are not allowed for ephemeral containers.
|
| Modifier and Type | Method and Description |
|---|---|
V1.Container.Builder |
V1.Container.Builder.addAllPorts(Iterable<? extends V1.ContainerPort> values)
List of ports to expose from the container.
|
V1.EphemeralContainerCommon.Builder |
V1.EphemeralContainerCommon.Builder.addAllPorts(Iterable<? extends V1.ContainerPort> values)
Ports are not allowed for ephemeral containers.
|
Copyright © 2023. All rights reserved.