Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static PodState |
KubernetesHelper.getPodState(ReplicationController replicationController) |
static PodState |
KubernetesHelper.getPodState(ReplicationControllerState desiredState) |
Modifier and Type | Method and Description |
---|---|
static List<Container> |
KubernetesHelper.getContainers(PodState desiredState)
Returns all the manifest containers from the given desiredState
|
static Map<String,ContainerStatus> |
KubernetesHelper.getCurrentContainers(PodState currentState)
Returns all the current containers from the given currentState
|
Modifier and Type | Method and Description |
---|---|
PodState |
Pod.getCurrentState() |
PodState |
PodTemplate.getDesiredState() |
PodState |
Pod.getDesiredState() |
Modifier and Type | Method and Description |
---|---|
void |
Pod.setCurrentState(PodState currentState) |
void |
PodTemplate.setDesiredState(PodState desiredState) |
void |
Pod.setDesiredState(PodState desiredState) |
Copyright © 2011–2015 Red Hat. All rights reserved.