Package | Description |
---|---|
io.fabric8.kubernetes.api |
Modifier and Type | Class and Description |
---|---|
class |
KubernetesClient
A simple client interface abstracting away the details of working with
the
KubernetesFactory and the differences between
the core Kubernetes API and the KubernetesExtensions |
Modifier and Type | Method and Description |
---|---|
Kubernetes |
KubernetesFactory.createKubernetes() |
Kubernetes |
KubernetesClient.getKubernetes() |
Modifier and Type | Method and Description |
---|---|
static Map<String,PodSchema> |
KubernetesHelper.getPodMap(Kubernetes kubernetes) |
static Map<String,PodSchema> |
KubernetesHelper.getPodMap(Kubernetes kubernetes,
String selector) |
static Map<String,ReplicationControllerSchema> |
KubernetesHelper.getReplicationControllerMap(Kubernetes kubernetes) |
static Map<String,ReplicationControllerSchema> |
KubernetesHelper.getReplicationControllerMap(Kubernetes kubernetes,
String selector) |
static Map<String,ServiceSchema> |
KubernetesHelper.getServiceMap(Kubernetes kubernetes) |
Copyright © 2011–2014 Red Hat. All rights reserved.