| Modifier and Type | Method and Description |
|---|---|
ContainerPort |
ContainerPort.withPort(int port)
Set the port value.
|
ContainerPort |
ContainerPort.withProtocol(ContainerNetworkProtocol protocol)
Set the protocol value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerPort> |
Container.ports()
Get the ports value.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withPorts(List<ContainerPort> ports)
Set the ports value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/