Package | Description |
---|---|
io.fabric8.kubernetes.api | |
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static Map<String,ContainerStatus> |
KubernetesHelper.getCurrentContainers(Pod pod)
Returns all the current containers from the given currentState
|
static Map<String,ContainerStatus> |
KubernetesHelper.getCurrentContainers(PodState currentState)
Returns all the current containers from the given currentState
|
Modifier and Type | Method and Description |
---|---|
ContainerStatus |
KubeSchema.getContainerStatus() |
Modifier and Type | Method and Description |
---|---|
Map<String,ContainerStatus> |
PodState.getInfo() |
Modifier and Type | Method and Description |
---|---|
void |
KubeSchema.setContainerStatus(ContainerStatus ContainerStatus) |
Modifier and Type | Method and Description |
---|---|
void |
PodState.setInfo(Map<String,ContainerStatus> info) |
Copyright © 2011–2015 Red Hat. All rights reserved.