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