A B C D E F G H I J K L M N O P R S T U V 

A

addObjectsToItemArray(ArrayNode, Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
apply(File) - Method in class io.fabric8.kubernetes.api.Controller
 
apply(Object, String) - Method in class io.fabric8.kubernetes.api.Controller
Applies the given DTOs onto the Kubernetes master
applyBuildConfig(BuildConfig, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyConfig(Config, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyDeploymentConfig(DeploymentConfig, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyEntity(Object, String) - Method in class io.fabric8.kubernetes.api.Controller
Applies the given DTOs onto the Kubernetes master
applyImageRepository(ImageRepository, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyJson(byte[]) - Method in class io.fabric8.kubernetes.api.Controller
Applies the given JSON to the underlying REST APIs in a single operation without needing to explicitly parse first.
applyJson(String) - Method in class io.fabric8.kubernetes.api.Controller
Applies the given JSON to the underlying REST APIs in a single operation without needing to explicitly parse first.
applyJson(File) - Method in class io.fabric8.kubernetes.api.Controller
Applies the given JSON to the underlying REST APIs in a single operation without needing to explicitly parse first.
applyJson(InputStream) - Method in class io.fabric8.kubernetes.api.Controller
Applies the given JSON to the underlying REST APIs in a single operation without needing to explicitly parse first.
applyList(JsonNode, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyPod(Pod, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyReplicationController(ReplicationController, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyService(Service, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyTemplateConfig(JsonNode, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyYaml(String) - Method in class io.fabric8.kubernetes.api.Controller
Applies the given YAML to the underlying REST APIs in a single operation without needing to explicitly parse first.
applyYaml(File) - Method in class io.fabric8.kubernetes.api.Controller
Applies the given YAML to the underlying REST APIs in a single operation without needing to explicitly parse first.

B

BuildFinishedEvent - Class in io.fabric8.kubernetes.api.builds
 
BuildFinishedEvent(String, Build, boolean, String) - Constructor for class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
 
BuildListener - Interface in io.fabric8.kubernetes.api.builds
A strategy for processing completed builds
buildPolled(Build) - Method in class io.fabric8.kubernetes.api.builds.BuildWatcher
 
Builds - Class in io.fabric8.kubernetes.api.builds
 
Builds() - Constructor for class io.fabric8.kubernetes.api.builds.Builds
 
Builds.Status - Class in io.fabric8.kubernetes.api.builds
 
Builds.Status() - Constructor for class io.fabric8.kubernetes.api.builds.Builds.Status
 
BuildWatcher - Class in io.fabric8.kubernetes.api.builds
 
BuildWatcher(KubernetesClient, BuildListener, String, String) - Constructor for class io.fabric8.kubernetes.api.builds.BuildWatcher
 

C

CANCELLED - Static variable in class io.fabric8.kubernetes.api.builds.Builds.Status
 
checkClientTrusted(X509Certificate[], String) - Method in class io.fabric8.kubernetes.api.KubernetesFactory.TrustEverythingSSLTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class io.fabric8.kubernetes.api.KubernetesFactory.TrustEverythingSSLTrustManager
 
combineJson(Object...) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Combines the JSON objects into a config object
COMPLETE - Static variable in class io.fabric8.kubernetes.api.builds.Builds.Status
 
Config - Class in io.fabric8.kubernetes.api
 
Config() - Constructor for class io.fabric8.kubernetes.api.Config
 
containerNameToPodId(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the pod id for the given container id
Controller - Class in io.fabric8.kubernetes.api
Applies DTOs to the current Kubernetes master
Controller() - Constructor for class io.fabric8.kubernetes.api.Controller
 
Controller(KubernetesClient) - Constructor for class io.fabric8.kubernetes.api.Controller
 
createBuild(Build) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createBuild(Build) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createBuildConfig(BuildConfig) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createBuildConfig(BuildConfig) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createConfig(Object) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createConfig(Object) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createDeploymentConfig(DeploymentConfig) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createDeploymentConfig(DeploymentConfig) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createImageRepository(ImageRepository) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createImageRepository(ImageRepository) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createKubernetes() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
createKubernetesExtensions() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
createNamespaceServiceFilter(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates a filter on a service if it matches the given namespace
createNodeFactory() - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
createObjectMapper() - Static method in class io.fabric8.kubernetes.api.KubernetesFactory
Creates a configured Jackson object mapper for parsing JSON
createPod(Pod, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
createPod(Pod) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createPod(Pod, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createPodAnnotationFilter(Map<String, String>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates a filter on a pod annotations using the given set of attribute values
createPodFilter(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates a filter on a pod using the given text string
createPodFilter(Map<String, String>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates a filter on a pod using the given set of labels
createProviders() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
createReplicationController(ReplicationController, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
createReplicationController(ReplicationController) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createReplicationController(ReplicationController, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createReplicationControllerFilter(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates a filter on a replicationController using the given text string
createReplicationControllerFilter(Map<String, String>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates a filter on a replicationController using the given text string
createService(Service, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
createService(Service) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createService(Service, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createServiceFilter(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates a filter on a service using the given text string
createServiceFilter(Map<String, String>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates a filter on a service using the given text string
createTemplate(Object) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createTemplate(Object) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createTemplateConfig(Object) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createTemplateConfig(Object) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createWebClient(Class<T>) - Method in class io.fabric8.kubernetes.api.KubernetesFactory
Creates a JAXRS web client for the given JAXRS client
createWebClient() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
createWebClient(String) - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 

D

dateTimeFormat - Static variable in class io.fabric8.kubernetes.api.KubernetesHelper
 
DEFAULT_DOCKER_HOST - Static variable in class io.fabric8.kubernetes.api.KubernetesHelper
 
DEFAULT_KUBERNETES_MASTER - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
defaultApiVersion - Static variable in class io.fabric8.kubernetes.api.KubernetesHelper
 
defaultOsApiVersion - Static variable in class io.fabric8.kubernetes.api.KubernetesHelper
 
deleteBuild(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteBuild(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
deleteBuildConfig(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteBuildConfig(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
deleteDeploymentConfig(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteDeploymentConfig(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
deleteImageRepository(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteImageRepository(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
deletePod(String, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
deletePod(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deletePod(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deletePod(Pod) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteReplicationController(String, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Delete a specific controller
deleteReplicationController(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteReplicationController(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteReplicationController(ReplicationController) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteService(String, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
deleteService(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteService(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteService(Service) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
doTriggerBuild(String, String, String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 

E

endpointsForService(String, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all endpoints for a service
endpointsForService(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
Entity - Interface in io.fabric8.kubernetes.api
The base interface for all entities which have an ID and a kind
ERROR - Static variable in class io.fabric8.kubernetes.api.builds.Builds.Status
 
ExceptionResponseMapper - Class in io.fabric8.kubernetes.api
 
ExceptionResponseMapper() - Constructor for class io.fabric8.kubernetes.api.ExceptionResponseMapper
 
extractErrorMessage(Object) - Static method in class io.fabric8.kubernetes.api.ExceptionResponseMapper
 

F

FAIL - Static variable in class io.fabric8.kubernetes.api.builds.Builds.Status
 
filterLabels(Map<String, String>, Map<String, String>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns true if the given filterLabels matches the actual labels
filterMatchesIdOrLabels(String, String, Map<String, String>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns true if the given textFilter matches either the id or the labels
findBuilds(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
Returns all the builds for the given buildConfigName and namespace
findContainerPort(Pod, Integer) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the port for the given port number on the pod
findContainerPortByName(Pod, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the port for the given port name
findContainerPortByNumberOrName(Pod, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the port for the given port number or name
findKubernetesMaster() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
findKubernetesMaster(boolean) - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
findLatestBuild(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
findOrCreateConfig(Object[]) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
fromResponse(Response) - Method in class io.fabric8.kubernetes.api.ExceptionResponseMapper
 

G

getAcceptedIssuers() - Method in class io.fabric8.kubernetes.api.KubernetesFactory.TrustEverythingSSLTrustManager
 
getAdditionalProperty(Map<String, Object>, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getAdditionalPropertyText(Map<String, Object>, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getAddress() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getAddress() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
getApiVersion() - Method in class io.fabric8.kubernetes.api.Config
 
getBuild() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
 
getBuild(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getBuild(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getBuildConfig(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getBuildConfig(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getBuildConfigName(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getBuildConfigs(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getBuildConfigs(String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getBuildLink() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
 
getBuilds(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getBuilds(String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getConfigName() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
 
getContainerPort(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the container port number for the given service
getContainers(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the containers from the given pod
getContainers(ReplicationController) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the containers from the given Replication Controller
getContainers(ReplicationControllerState) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the containers from the given Replication Controller's desiredState
getContainers(PodTemplate) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getContainers(ContainerManifest) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getContainers(PodState) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the manifest containers from the given desiredState
getCreationTimestamp(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getCreationTimestampDate(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getCurrentContainers(ReplicationController) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the containers from the given Replication Controller
getCurrentContainers(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the current containers from the given currentState
getCurrentContainers(PodState) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the current containers from the given currentState
getDeploymentConfig(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getDeploymentConfig(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getDeploymentConfigs(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getDeploymentConfigs(String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getDescription() - Method in class io.fabric8.kubernetes.api.Config
 
getDockerIp() - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getEndpoints(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all service endpoints on this cluster
getEndpoints() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getEndpoints(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getEntities(Config) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the items inside the config as a list of Entity objects
getEntity(JsonNode) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Loads the entity for the given item
getFabric8ConsoleLink() - Static method in class io.fabric8.kubernetes.api.builds.Links
 
getFactory(boolean) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getFilteredPodMap(Kubernetes, Filter<Pod>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getFilteredPodMap(Kubernetes, String, Filter<Pod>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getHost(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the host of the pod
getId() - Method in class io.fabric8.kubernetes.api.Config
 
getId() - Method in interface io.fabric8.kubernetes.api.Entity
 
getId(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getId(ReplicationController) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getId(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getImageRepositories(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getImageRepositories(String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getImageRepository(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getImageRepository(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getItems() - Method in class io.fabric8.kubernetes.api.Config
 
getKind() - Method in class io.fabric8.kubernetes.api.Config
 
getKind() - Method in interface io.fabric8.kubernetes.api.Entity
 
getKubernetes() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getKubernetes(boolean) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getKubernetesExtensions() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getKubernetesMaster() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
getMetadata(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getMinions() - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all the minions on this cluster
getMinions() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getName(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getName() - Method in class io.fabric8.kubernetes.api.Config
 
getName(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getNamespace() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
 
getNamespace(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getNamespace() - Method in class io.fabric8.kubernetes.api.Controller
 
getNamespace() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPod(String, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Get a specific pod
getPod(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPod(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPodList() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPodMap(Kubernetes) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPodMap(Kubernetes, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPods(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all pods on this cluster
getPods() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPods(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPodsForReplicationController(ReplicationController) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPodsForReplicationController(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPodsForReplicationController(ReplicationController, Iterable<Pod>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the pods for the given replication controller
getPodsForService(Service) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPodsForService(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPodsForService(Service, Iterable<Pod>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the pods for the given service
getPodState(ReplicationController) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPodState(ReplicationControllerState) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPodStatus(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPodStatusText(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPort(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPortalIP(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getReplicationController(String, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Get a specific controller
getReplicationController(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getReplicationController(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getReplicationControllerForPod(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getReplicationControllerForPod(Pod) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getReplicationControllerMap(Kubernetes) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getReplicationControllerMap(Kubernetes, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getReplicationControllers(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all replicationControllers on this cluster
getReplicationControllers() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getReplicationControllers(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getRoute(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getRoute(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getRoutes(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getRoutes(String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getSelectedPodMap(Kubernetes, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getSelectedPodMap(Kubernetes, String, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getSelectedReplicationControllerMap(Kubernetes, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getSelectedReplicationControllerMap(Kubernetes, String, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getSelector(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getService(String, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Get a specific service
getService(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getService(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getServiceMap(Kubernetes) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getServiceMap(Kubernetes, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getServices(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all services on this cluster
getServices() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getServices(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getServiceURL(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the URL to access the service; using the service portalIP and port
getStatus() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
 
getString(Map<String, Object>, String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getTrustingSSLSocketFactory() - Static method in class io.fabric8.kubernetes.api.KubernetesFactory.TrustEverythingSSLTrustManager
Returns an SSLSocketFactory that will trust all SSL certificates; this is suitable for passing to HttpsURLConnection, either to its instance method setSSLSocketFactory, or to its static method setDefaultSSLSocketFactory.
getUid() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
 
getUid(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
Returns a unique UUID for a build
getWriteableAddress() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getWriteableKubernetes() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 

H

hasMatchingMediaType(MediaType) - Method in class io.fabric8.kubernetes.api.KubernetesFactory.PlainTextJacksonProvider
 

I

initAddress(String, boolean) - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
io.fabric8.kubernetes.api - package io.fabric8.kubernetes.api
 
io.fabric8.kubernetes.api.builds - package io.fabric8.kubernetes.api.builds
 
isCancelled(String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
isCompleted(String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
isFailed(String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
isFinished(String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
isLoading() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
 
isPodRunning(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns true if the pod is running
isRunning(Pod) - Method in class io.fabric8.kubernetes.api.Controller
 
isRunning(ReplicationController) - Method in class io.fabric8.kubernetes.api.Controller
 
isRunning(Service) - Method in class io.fabric8.kubernetes.api.Controller
 
isServiceSsl(String, int, boolean) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 

J

join() - Method in class io.fabric8.kubernetes.api.builds.BuildWatcher
Waits until this watcher is finished (which by default is forever)

K

Kubernetes - Interface in io.fabric8.kubernetes.api
Represents the Remote API to working with Kubernetes providing a facade over the generated JAXRS client.
KUBERNETES_CA_CERTIFICATE_DATA_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_CA_CERTIFICATE_FILE_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_CLIENT_CERTIFICATE_DATA_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_CLIENT_CERTIFICATE_FILE_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_CLIENT_KEY_ALGO_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_CLIENT_KEY_DATA_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_CLIENT_KEY_FILE_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_CLIENT_KEY_PASSWORD_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_MASTER_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_MASTER_SYSTEM_PROPERTY - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_PASSWORD_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_RO_SERVICE_HOST_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_RO_SERVICE_PORT_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_SERVICE_HOST_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_SERVICE_PORT_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_TRUST_ALL_CERIFICATES - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_USERNAME_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KubernetesApiException - Exception in io.fabric8.kubernetes.api
 
KubernetesApiException() - Constructor for exception io.fabric8.kubernetes.api.KubernetesApiException
 
KubernetesApiException(String) - Constructor for exception io.fabric8.kubernetes.api.KubernetesApiException
 
KubernetesClient - Class in io.fabric8.kubernetes.api
A simple client interface abstracting away the details of working with the KubernetesFactory and the differences between the core Kubernetes API and the KubernetesExtensions
KubernetesClient() - Constructor for class io.fabric8.kubernetes.api.KubernetesClient
 
KubernetesClient(String) - Constructor for class io.fabric8.kubernetes.api.KubernetesClient
 
KubernetesClient(KubernetesFactory) - Constructor for class io.fabric8.kubernetes.api.KubernetesClient
 
KubernetesClient(KubernetesFactory, KubernetesFactory) - Constructor for class io.fabric8.kubernetes.api.KubernetesClient
 
KubernetesExtensions - Interface in io.fabric8.kubernetes.api
Various Kubernetes extensions defined in the OpenShift project
KubernetesFactory - Class in io.fabric8.kubernetes.api
A simple helper class for creating instances of Kubernetes
KubernetesFactory() - Constructor for class io.fabric8.kubernetes.api.KubernetesFactory
 
KubernetesFactory(boolean) - Constructor for class io.fabric8.kubernetes.api.KubernetesFactory
 
KubernetesFactory(String) - Constructor for class io.fabric8.kubernetes.api.KubernetesFactory
 
KubernetesFactory(String, boolean) - Constructor for class io.fabric8.kubernetes.api.KubernetesFactory
 
KubernetesFactory(String, boolean, boolean) - Constructor for class io.fabric8.kubernetes.api.KubernetesFactory
 
KubernetesFactory.PlainTextJacksonProvider - Class in io.fabric8.kubernetes.api
Lets accept plain text too as if its JSON to work around some issues with the REST API and remote kube....
KubernetesFactory.PlainTextJacksonProvider(ObjectMapper, Annotations[]) - Constructor for class io.fabric8.kubernetes.api.KubernetesFactory.PlainTextJacksonProvider
 
KubernetesFactory.TrustEverythingSSLTrustManager - Class in io.fabric8.kubernetes.api
 
KubernetesFactory.TrustEverythingSSLTrustManager() - Constructor for class io.fabric8.kubernetes.api.KubernetesFactory.TrustEverythingSSLTrustManager
 
KubernetesHelper - Class in io.fabric8.kubernetes.api
 
KubernetesHelper() - Constructor for class io.fabric8.kubernetes.api.KubernetesHelper
 

L

Links - Class in io.fabric8.kubernetes.api.builds
 
Links() - Constructor for class io.fabric8.kubernetes.api.builds.Links
 
loadEntity(byte[], String, Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
loadJson(File) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the given json data as a DTO such as Pod, ReplicationController or Service from the Kubernetes REST API or JsonNode if it cannot be recognised.
loadJson(InputStream) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the given json data as a DTO such as Pod, ReplicationController or Service from the Kubernetes REST API or JsonNode if it cannot be recognised.
loadJson(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
loadJson(byte[]) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the given json data as a DTO such as Pod, ReplicationController or Service from the Kubernetes REST API or JsonNode if it cannot be recognised.
loadList(byte[]) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 

M

minion(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all endpoints for a service
minion(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 

N

NAMESPACE_ALL - Static variable in interface io.fabric8.kubernetes.api.Kubernetes
 
NAMESPACE_DEFAULT - Static variable in interface io.fabric8.kubernetes.api.Kubernetes
 

O

onBuildFinished(BuildFinishedEvent) - Method in interface io.fabric8.kubernetes.api.builds.BuildListener
The build that has completed (successfully or not) and the flag indicating whether or not this is the first time the watcher is being started up (so you should check if you've already received and processed this event before).

P

parseDate(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
PodStatus - Enum in io.fabric8.kubernetes.api
Represents the status of the pod
poll() - Method in class io.fabric8.kubernetes.api.builds.BuildWatcher
 

R

removeEmptyPods(PodList) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Removes empty pods returned by Kubernetes
resolveDockerHost() - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
resolveHttpKubernetesMaster() - Static method in class io.fabric8.kubernetes.api.KubernetesFactory
 
resolveHttpKubernetesMaster(boolean) - Static method in class io.fabric8.kubernetes.api.KubernetesFactory
 
resolveKubernetesMaster() - Static method in class io.fabric8.kubernetes.api.KubernetesFactory
 
resolveKubernetesMaster(boolean) - Static method in class io.fabric8.kubernetes.api.KubernetesFactory
 

S

saveJson(File, Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Saves the json object to the given file
schedule(long) - Method in class io.fabric8.kubernetes.api.builds.BuildWatcher
 
schedule(Timer, long) - Method in class io.fabric8.kubernetes.api.builds.BuildWatcher
 
setAddress(String) - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
setApiVersion(String) - Method in class io.fabric8.kubernetes.api.Config
 
setDescription(String) - Method in class io.fabric8.kubernetes.api.Config
 
setFactory(KubernetesFactory) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
setId(String) - Method in class io.fabric8.kubernetes.api.Config
 
setItems(List<Object>) - Method in class io.fabric8.kubernetes.api.Config
 
setKind(String) - Method in class io.fabric8.kubernetes.api.Config
 
setName(String) - Method in class io.fabric8.kubernetes.api.Config
 
setNamespace(String) - Method in class io.fabric8.kubernetes.api.Controller
 
setNamespace(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
setWriteableFactory(KubernetesFactory) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 

T

textLooksLikeJsonObject(String) - Static method in class io.fabric8.kubernetes.api.ExceptionResponseMapper
 
toFilteredPodMap(PodList, Filter<Pod>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
toFilteredReplicationControllerMap(ReplicationControllerList, Filter<ReplicationController>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
toFilteredServiceMap(ServiceList, Filter<Service>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
toJson(Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
toJsonNode(Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Converts the DTO to a JsonNode
toLabelsMap(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
toLabelsString(Map<String, String>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a string for the labels using "," to separate values
toOptionalNumber(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the number if it can be parsed or null
toPodMap(PodList) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by pod id of the pods
toPodMap(List<Pod>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by pod id of the pods
toPositiveNonZeroText(Integer) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
For positive non-zero values return the text of the number or return blank
toReplicationControllerMap(ReplicationControllerList) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by replicationController id of the replicationControllers
toReplicationControllerMap(List<ReplicationController>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by replicationController id of the replicationControllers
toServiceMap(ServiceList) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by service id of the services
toServiceMap(List<Service>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by service id of the services
toString() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
triggerBuild(String, String, String, String, byte[]) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
triggerBuild(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
triggerBuild(String, String, String, String, byte[]) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
triggerBuildAndGetUuid(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
Triggers a build and returns the UID of the newly created build if it can be found within the default time period
triggerBuildAndGetUuid(String, String, long) - Method in class io.fabric8.kubernetes.api.KubernetesClient
Triggers a build and returns the UID of the newly created build if it can be found within the given time period
trustAllSSLCertificates(HttpsURLConnection) - Static method in class io.fabric8.kubernetes.api.KubernetesFactory.TrustEverythingSSLTrustManager
Configures a single HttpsURLConnection to trust all SSL certificates.
trustAllSSLCertificatesUniversally() - Static method in class io.fabric8.kubernetes.api.KubernetesFactory.TrustEverythingSSLTrustManager
Automatically trusts all SSL certificates in the current process; this is dangerous.

U

updateBuild(String, Build, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateBuild(String, Build, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
updateBuildConfig(String, BuildConfig, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateBuildConfig(String, BuildConfig, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
updateDeploymentConfig(String, DeploymentConfig, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateDeploymentConfig(String, DeploymentConfig, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
updateImageRepository(String, ImageRepository, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateImageRepository(String, ImageRepository, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
updatePod(String, Pod, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Update a pod
updatePod(String, Pod) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updatePod(String, Pod, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateReplicationController(String, ReplicationController, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
updateReplicationController(String, ReplicationController) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateReplicationController(String, ReplicationController, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateService(String, Service, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Update a service
updateService(String, Service) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateService(String, Service, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 

V

validateKubernetesId(String, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Validates that the given value is valid according to the kubernetes ID parsing rules, throwing an exception if not.
valueOf(String) - Static method in enum io.fabric8.kubernetes.api.PodStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.fabric8.kubernetes.api.PodStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N O P R S T U V 

Copyright © 2011–2015 Red Hat. All rights reserved.