Package | Description |
---|---|
io.fabric8.kubernetes.api |
Modifier and Type | Method and Description |
---|---|
PodListSchema |
Kubernetes.getPods()
List all pods on this cluster
|
PodListSchema |
KubernetesClient.getPods() |
Modifier and Type | Method and Description |
---|---|
static void |
KubernetesHelper.removeEmptyPods(PodListSchema podSchema)
Removes empty pods returned by Kubernetes
|
static Map<String,PodSchema> |
KubernetesHelper.toPodMap(PodListSchema podSchema)
Returns a map indexed by pod id of the pods
|
static Map<String,PodSchema> |
KubernetesHelper.toPodMap(PodListSchema podSchema,
String selector)
Returns a map indexed by pod id of the pods
|
Copyright © 2011–2014 Red Hat. All rights reserved.