Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static List<ManifestContainer> |
KubernetesHelper.getContainers(ControllerDesiredState desiredState)
Returns all the containers from the given Replication Controller's desiredState
|
static List<ManifestContainer> |
KubernetesHelper.getContainers(DesiredState desiredState)
Returns all the manifest containers from the given desiredState
|
static List<ManifestContainer> |
KubernetesHelper.getContainers(Manifest manifest) |
static List<ManifestContainer> |
KubernetesHelper.getContainers(PodSchema pod)
Returns all the containers from the given pod
|
static List<ManifestContainer> |
KubernetesHelper.getContainers(PodTemplate podTemplate) |
static List<ManifestContainer> |
KubernetesHelper.getContainers(PodTemplateDesiredState podTemplateDesiredState) |
static List<ManifestContainer> |
KubernetesHelper.getContainers(ReplicationControllerSchema replicationController)
Returns all the containers from the given Replication Controller
|
static List<ManifestContainer> |
KubernetesHelper.getCurrentContainers(ReplicationControllerSchema replicationController)
Returns all the containers from the given Replication Controller
|
Modifier and Type | Method and Description |
---|---|
List<ManifestContainer> |
Manifest.getContainers()
The list of containers to launch.
|
Modifier and Type | Method and Description |
---|---|
void |
Manifest.setContainers(List<ManifestContainer> containers)
The list of containers to launch.
|
Copyright © 2011–2014 Red Hat. All rights reserved.