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