| Package | Description |
|---|---|
| com.google.cloud.tools.jib.configuration | |
| com.google.cloud.tools.jib.frontend | |
| com.google.cloud.tools.jib.image |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Port> |
ContainerConfiguration.getExposedPorts() |
| Modifier and Type | Method and Description |
|---|---|
ContainerConfiguration.Builder |
ContainerConfiguration.Builder.setExposedPorts(List<Port> exposedPorts)
Sets the container's exposed ports.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<Port> |
ExposedPortsParser.parse(List<String> ports)
Converts/validates a list of strings representing port ranges to an expanded list of
Ports. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Port> |
Image.getExposedPorts() |
| Modifier and Type | Method and Description |
|---|---|
Image.Builder<T> |
Image.Builder.setExposedPorts(com.google.common.collect.ImmutableList<Port> exposedPorts)
Sets the items in the "ExposedPorts" field in the container configuration.
|
Copyright © 2018. All rights reserved.