Interface | Description |
---|---|
Entity |
The base interface for all entities which have an ID and a kind
|
Kubernetes |
Represents the Remote API to working with Kubernetes providing a facade
over the generated JAXRS client.
|
KubernetesExtensions |
Various Kubernetes extensions defined in the OpenShift project
|
KubernetesGlobalExtensions |
Various Kubernetes extensions defined in the OpenShift project which are namespace agnostic
|
Watcher<T extends io.fabric8.kubernetes.api.model.HasMetadata> |
Class | Description |
---|---|
AbstractWatcher<T extends io.fabric8.kubernetes.api.model.HasMetadata> | |
Controller |
Applies DTOs to the current Kubernetes master
|
ExceptionResponseMapper | |
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 |
KubernetesFactory |
A simple helper class for creating instances of Kubernetes
|
KubernetesFactory.PlainTextJacksonProvider |
Lets accept plain text too as if its JSON to work around some issues with the REST API and remote kube....
|
KubernetesHelper |
Kubernetes utility methods.
|
UserConfigurationCompare |
Helper methods to compare the user configuration on entities
|
Enum | Description |
---|---|
PodStatusType |
Represents the status of the pod
|
Watcher.Action |
Exception | Description |
---|---|
KubernetesApiException |
Copyright © 2011–2015 Red Hat. All rights reserved.