Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static List<Container> |
KubernetesHelper.getContainers(ContainerManifest manifest) |
static List<Container> |
KubernetesHelper.getContainers(Pod pod)
Returns all the containers from the given pod
|
static List<Container> |
KubernetesHelper.getContainers(PodState desiredState)
Returns all the manifest containers from the given desiredState
|
static List<Container> |
KubernetesHelper.getContainers(PodTemplate podTemplate) |
static List<Container> |
KubernetesHelper.getContainers(ReplicationController replicationController)
Returns all the containers from the given Replication Controller
|
static List<Container> |
KubernetesHelper.getContainers(ReplicationControllerState desiredState)
Returns all the containers from the given Replication Controller's desiredState
|
static List<Container> |
KubernetesHelper.getCurrentContainers(ReplicationController replicationController)
Returns all the containers from the given Replication Controller
|
Modifier and Type | Method and Description |
---|---|
List<Container> |
PodSpec.getContainers() |
List<Container> |
ContainerManifest.getContainers() |
Modifier and Type | Method and Description |
---|---|
void |
PodSpec.setContainers(List<Container> containers) |
void |
ContainerManifest.setContainers(List<Container> containers) |
Copyright © 2011–2015 Red Hat. All rights reserved.