| Modifier and Type | Class and Description |
|---|---|
static class |
V1.ContainerPort
ContainerPort represents a network port in a single container.
|
static class |
V1.ContainerPort.Builder
ContainerPort represents a network port in a single container.
|
| Modifier and Type | Method and Description |
|---|---|
V1.ContainerPortOrBuilder |
V1.ContainerOrBuilder.getPortsOrBuilder(int index)
List of ports to expose from the container.
|
V1.ContainerPortOrBuilder |
V1.Container.getPortsOrBuilder(int index)
List of ports to expose from the container.
|
V1.ContainerPortOrBuilder |
V1.Container.Builder.getPortsOrBuilder(int index)
List of ports to expose from the container.
|
V1.ContainerPortOrBuilder |
V1.EphemeralContainerCommonOrBuilder.getPortsOrBuilder(int index)
Ports are not allowed for ephemeral containers.
|
V1.ContainerPortOrBuilder |
V1.EphemeralContainerCommon.getPortsOrBuilder(int index)
Ports are not allowed for ephemeral containers.
|
V1.ContainerPortOrBuilder |
V1.EphemeralContainerCommon.Builder.getPortsOrBuilder(int index)
Ports are not allowed for ephemeral containers.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends V1.ContainerPortOrBuilder> |
V1.ContainerOrBuilder.getPortsOrBuilderList()
List of ports to expose from the container.
|
List<? extends V1.ContainerPortOrBuilder> |
V1.Container.getPortsOrBuilderList()
List of ports to expose from the container.
|
List<? extends V1.ContainerPortOrBuilder> |
V1.Container.Builder.getPortsOrBuilderList()
List of ports to expose from the container.
|
List<? extends V1.ContainerPortOrBuilder> |
V1.EphemeralContainerCommonOrBuilder.getPortsOrBuilderList()
Ports are not allowed for ephemeral containers.
|
List<? extends V1.ContainerPortOrBuilder> |
V1.EphemeralContainerCommon.getPortsOrBuilderList()
Ports are not allowed for ephemeral containers.
|
List<? extends V1.ContainerPortOrBuilder> |
V1.EphemeralContainerCommon.Builder.getPortsOrBuilderList()
Ports are not allowed for ephemeral containers.
|
Copyright © 2023. All rights reserved.