| Package | Description |
|---|---|
| io.fabric8.kubernetes.api | |
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
static Port |
KubernetesHelper.findContainerPort(PodSchema pod,
Integer portNumber)
Returns the port for the given port number on the pod
|
static Port |
KubernetesHelper.findContainerPortByName(PodSchema pod,
String name)
Returns the port for the given port name
|
static Port |
KubernetesHelper.findContainerPortByNumberOrName(PodSchema pod,
String numberOrName)
Returns the port for the given port number or name
|
| Modifier and Type | Method and Description |
|---|---|
List<Port> |
ManifestContainer.getPorts()
Ports to expose from the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManifestContainer.setPorts(List<Port> ports)
Ports to expose from the container.
|
Copyright © 2011–2014 Red Hat. All rights reserved.