| Modifier and Type | Class and Description |
|---|---|
class |
ContainerPort
ContainerPort represents a network port in a single container.
|
static class |
ContainerPort.Builder
ContainerPort represents a network port in a single container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerPortOrBuilder |
ContainerOrBuilder.getPortsOrBuilder(int index)
List of ports to expose from the container.
|
ContainerPortOrBuilder |
Container.getPortsOrBuilder(int index)
List of ports to expose from the container.
|
ContainerPortOrBuilder |
Container.Builder.getPortsOrBuilder(int index)
List of ports to expose from the container.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ContainerPortOrBuilder> |
ContainerOrBuilder.getPortsOrBuilderList()
List of ports to expose from the container.
|
List<? extends ContainerPortOrBuilder> |
Container.getPortsOrBuilderList()
List of ports to expose from the container.
|
List<? extends ContainerPortOrBuilder> |
Container.Builder.getPortsOrBuilderList()
List of ports to expose from the container.
|
Copyright © 2025 Google LLC. All rights reserved.