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

A

AbstractWatcher<T extends io.fabric8.kubernetes.api.model.HasMetadata> - Class in io.fabric8.kubernetes.api
 
AbstractWatcher() - Constructor for class io.fabric8.kubernetes.api.AbstractWatcher
 
addObjectsToItemArray(List, Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
addTemplateObject(Template, HasMetadata) - Static method in class io.fabric8.kubernetes.api.extensions.Templates
 
appendSummaryText(StringBuilder, PodTemplateSpec) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
appendSummaryText(StringBuilder, PodSpec) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
appendText(StringBuilder, String) - 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
 
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
applyImageStream(ImageStream, 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(KubernetesList, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyNamespace(Namespace) - Method in class io.fabric8.kubernetes.api.Controller
 
applyOAuthClient(OAuthClient, 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
 
applyRoute(Route, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyService(Service, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyTemplate(Template, String) - Method in class io.fabric8.kubernetes.api.Controller
Creates/updates the template and processes it returning the processed DTOs
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.
asKubernetesList(Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Converts the DTO loaded from JSON to a KubernetesList assuming its not a Template

B

build() - Method in class io.fabric8.kubernetes.api.builders.ListEnvVarBuilder
 
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
 
castTo(Class<T>, Object) - Static method in class io.fabric8.kubernetes.api.UserConfigurationCompare
 
combineJson(Object...) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Combines the JSON objects into a config object
combineParameters(List<Parameter>, List<Parameter>) - Static method in class io.fabric8.kubernetes.api.extensions.Templates
 
combineTemplates(KubernetesList) - Static method in class io.fabric8.kubernetes.api.extensions.Templates
Allows a list of resources to be combined into a single Template if one or more templates are contained inside the list or just return the unchanged list if no templates are present.
combineTemplates(Template, Template) - Static method in class io.fabric8.kubernetes.api.extensions.Templates
 
combineTemplates(KubernetesList, List<HasMetadata>) - Static method in class io.fabric8.kubernetes.api.extensions.Templates
If we have any templates inside the items then lets unpack them and combine any parameters
COMPLETE - Static variable in class io.fabric8.kubernetes.api.builds.Builds.Status
 
configEqual(Object, Object) - Static method in class io.fabric8.kubernetes.api.UserConfigurationCompare
This method detects if the user has changed the configuration of an entity.
configEqualKubernetesDTO(Object, Object, Class<?>) - Static method in class io.fabric8.kubernetes.api.UserConfigurationCompare
Compares 2 instances of the given Kubernetes DTO class to see if the user has changed their configuration.
configEqualList(List, List) - Static method in class io.fabric8.kubernetes.api.UserConfigurationCompare
 
configEqualMap(Map, Map) - Static method in class io.fabric8.kubernetes.api.UserConfigurationCompare
 
configEqualObjectMeta(ObjectMeta, ObjectMeta) - Static method in class io.fabric8.kubernetes.api.UserConfigurationCompare
 
Configs - Class in io.fabric8.kubernetes.api.extensions
Helper class for working with the YAML config file thats located in ~/.config/openshift/config which is updated when you use commands like osc login and osc project myproject
Configs() - Constructor for class io.fabric8.kubernetes.api.extensions.Configs
 
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, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createBuild(Build, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createBuildConfig(BuildConfig, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createBuildConfig(BuildConfig, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createConsoleBuildLink(String, String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
Returns the link to the build page in the console for the given build UUID
createDeploymentConfig(DeploymentConfig, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createDeploymentConfig(DeploymentConfig, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createImageStream(ImageStream, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createImageStream(ImageStream, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createIntOrString(int) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates an IntOrString from the given string which could be a number or a name
createIntOrString(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates an IntOrString from the given string which could be a number or a name
createKubernetes() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
createKubernetesExtensions() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
createKubernetesGlobalExtensions() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
createNamespace(Namespace) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
createNamespace(Namespace) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createNamespaceServiceFilter(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Creates a filter on a service if it matches the given namespace
createOAuthClient(OAuthClient) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createOAuthClient(OAuthClient) - Method in interface io.fabric8.kubernetes.api.KubernetesGlobalExtensions
 
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
createRoute(Route, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createRoute(Route, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createRouteOldAPi(Route, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
Temporary workaround for 0.4.x of Openshift not having osapi/v1beta3
createSecret(Secret, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
createSecret(Secret, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
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(Template, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createTemplate(Template, String) - 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
 
createWebSocketClient() - 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
 
DEFAULT_PROTO - Static variable in class io.fabric8.kubernetes.api.KubernetesHelper
 
defaultApiVersion - Static variable in class io.fabric8.kubernetes.api.KubernetesHelper
 
defaultNamespace() - Static method in class io.fabric8.kubernetes.api.KubernetesClient
 
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
 
deleteImageStream(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteImageStream(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
deleteNamespace(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
deleteNamespace(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteOAuthClient(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteOAuthClient(String) - Method in interface io.fabric8.kubernetes.api.KubernetesGlobalExtensions
 
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, 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, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteReplicationController(ReplicationController) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteReplicationControllerAndPods(ReplicationController, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteReplicationControllerAndPods(ReplicationController) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteRoute(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteRoute(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
deleteSecret(String, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
 
deleteSecret(String, String) - 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, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteService(Service) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteTemplate(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteTemplate(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
doCreateOAuthClient(OAuthClient, String) - Method in class io.fabric8.kubernetes.api.Controller
 
doCreatePod(Pod, String, String) - Method in class io.fabric8.kubernetes.api.Controller
 
doCreateReplicationController(ReplicationController, String, String) - Method in class io.fabric8.kubernetes.api.Controller
 
doCreateService(Service, String, String) - Method in class io.fabric8.kubernetes.api.Controller
 
doCreateTemplate(Template, String, String) - Method in class io.fabric8.kubernetes.api.Controller
 
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
 
eventReceived(Watcher.Action, T) - Method in interface io.fabric8.kubernetes.api.Watcher
 
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
findDefaultOpenShiftNamespace() - Static method in class io.fabric8.kubernetes.api.KubernetesClient
 
findKubernetesMaster() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
findLatestBuild(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
findOpenShiftToken() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
findOrCreateList(Object[]) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
findRoute(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
Returns the route for the given id and namespace or null if it could not be found.
findToken() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
fromResponse(Response) - Method in class io.fabric8.kubernetes.api.ExceptionResponseMapper
 

G

getAdditionalPropertyMap(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
 
getBasedir() - Method in class io.fabric8.kubernetes.api.Controller
 
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
 
getContainerPorts(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the container port number for the given service
getContainerPortsStrings(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(ReplicationControllerSpec) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the containers from the given Replication Controller's replicationControllerSpec
getContainers(PodSpec) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getContainers(PodTemplateSpec) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
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(PodStatus) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the current containers from the given podStatus
getCurrentContext(Config) - Static method in class io.fabric8.kubernetes.api.extensions.Configs
Returns the current context in the given config
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
 
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
 
getFabric8ConsoleLink() - Static method in class io.fabric8.kubernetes.api.builds.Links
 
getFactory() - 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 interface io.fabric8.kubernetes.api.Entity
 
getImageStream(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getImageStream(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getImageStreams(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getImageStreams(String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
getKind() - Method in interface io.fabric8.kubernetes.api.Entity
 
getKind(HasMetadata) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the kind of the entity
getKindToClassMap() - Static method in class io.fabric8.kubernetes.api.support.KindToClassMapping
 
getKubernetes() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getKubernetesExtensions() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getKubernetesGlobalExtensions() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getKubernetesMaster() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
getLabels(ObjectMeta) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the labels of the given metadata object or an empty map if the metadata or labels are null
getLabels(HasMetadata) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getLogJsonDir() - Method in class io.fabric8.kubernetes.api.Controller
 
getMetadata(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getMetadata(BuildConfig) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getMetadata(Map<String, Object>, boolean) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getName(BuildConfig) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getName(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getName(ObjectMeta) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getName(HasMetadata) - 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(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Get a specific Namespace
getNamespace() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getNamespace(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getNamespace(ObjectMeta) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getNamespace(HasMetadata) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getNamespaces() - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all namespaces on this cluster
getNamespaces() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getNodes() - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all the minions on this cluster
getNodes() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getOAuthClient(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getOAuthClient(String) - Method in interface io.fabric8.kubernetes.api.KubernetesGlobalExtensions
 
getObjectId(Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the ID of the given object
getOpenShiftConfigFile() - Static method in class io.fabric8.kubernetes.api.extensions.Configs
 
getOrCreateAnnotations(HasMetadata) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getOrCreateLabels(HasMetadata) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getOrCreateMetadata(HasMetadata) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getOrCreateSpec(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
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
getPodStatus(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPodStatusText(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPortalIP(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPorts(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
 
getResourceVersion(HasMetadata) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the resource version for the entity or null if it does not have one
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
 
getSecret(String, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Get a specific secret
getSecret(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getSecrets(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all secrets on this cluster
getSecrets(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
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
 
getServiceAccountToken() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
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(String, String, String, boolean) - Method in class io.fabric8.kubernetes.api.KubernetesClient
Returns the URL to access the service; using the environment variables, routes or service portalIP address
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
 
getStatusText(PodStatus) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getString(Map<String, Object>, String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
 
getTemplate(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getTemplate(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
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
getUserAuthInfo(Config, Context) - Static method in class io.fabric8.kubernetes.api.extensions.Configs
Returns the current AuthInfo for the current context and user
getUserToken(Config, Context) - Static method in class io.fabric8.kubernetes.api.extensions.Configs
Returns the current user token for the config and current context
getWriteableAddress() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 

H

handle404ByReturningNull(Callable<T>) - Static method in class io.fabric8.kubernetes.api.KubernetesClient
A helper method to handle REST APIs which throw a 404 by just returning null
hasMatchingMediaType(MediaType) - Method in class io.fabric8.kubernetes.api.KubernetesFactory.PlainTextJacksonProvider
 
hasResourceVersion(HasMetadata) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns true if this entity has a valid non blank resourceVersion in its metadata

I

ignoredProperties - Static variable in class io.fabric8.kubernetes.api.UserConfigurationCompare
 
initAddress(String) - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
INTORSTRING_KIND_INT - Static variable in class io.fabric8.kubernetes.api.KubernetesHelper
 
INTORSTRING_KIND_STRING - Static variable in class io.fabric8.kubernetes.api.KubernetesHelper
 
intOrStringToInteger(IntOrString, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the IntOrString converted to an Integer value or throws an exception with the given message
invokeMethod(Object, Method) - Static method in class io.fabric8.kubernetes.api.UserConfigurationCompare
 
io.fabric8.kubernetes.api - package io.fabric8.kubernetes.api
 
io.fabric8.kubernetes.api.builders - package io.fabric8.kubernetes.api.builders
 
io.fabric8.kubernetes.api.builds - package io.fabric8.kubernetes.api.builds
 
io.fabric8.kubernetes.api.extensions - package io.fabric8.kubernetes.api.extensions
 
io.fabric8.kubernetes.api.support - package io.fabric8.kubernetes.api.support
 
isAllowCreate() - Method in class io.fabric8.kubernetes.api.Controller
Returns true if this controller allows new resources to be created in the given namespace
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
 
isIgnoreRunningOAuthClients() - Method in class io.fabric8.kubernetes.api.Controller
 
isIgnoreServiceMode() - Method in class io.fabric8.kubernetes.api.Controller
If enabled then all services are ignored to avoid them being recreated.
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
isProcessTemplatesLocally() - Method in class io.fabric8.kubernetes.api.Controller
 
isRecreateMode() - Method in class io.fabric8.kubernetes.api.Controller
If enabled then updates are performed by deleting the resource first then creating it
isRunning(HasMetadata) - Method in class io.fabric8.kubernetes.api.Controller
 
isServicesOnlyMode() - Method in class io.fabric8.kubernetes.api.Controller
If enabled then only services are created/updated to allow services to be created/updated across a number of apps before any pods/replication controllers are updated
isServiceSsl(String, int, boolean) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
isThrowExceptionOnError() - Method in class io.fabric8.kubernetes.api.Controller
 

J

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

K

KindToClassMapping - Class in io.fabric8.kubernetes.api.support
Maps the Kubernetes kinds to the Jackson DTO classes
KindToClassMapping() - Constructor for class io.fabric8.kubernetes.api.support.KindToClassMapping
 
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_SCHEMA_JSON - 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_VERIFY_SYSTEM_PROPERTY - 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
 
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(String) - Constructor for class io.fabric8.kubernetes.api.KubernetesFactory
 
KubernetesFactory(String, 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
 
KubernetesGlobalExtensions - Interface in io.fabric8.kubernetes.api
Various Kubernetes extensions defined in the OpenShift project which are namespace agnostic
KubernetesHelper - Class in io.fabric8.kubernetes.api
Kubernetes utility methods.
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
 
ListEnvVarBuilder - Class in io.fabric8.kubernetes.api.builders
A little helper class to build a List object
ListEnvVarBuilder() - Constructor for class io.fabric8.kubernetes.api.builders.ListEnvVarBuilder
 
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
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
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
loadYaml(InputStream, Class<T>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Loads the YAML file for the given DTO class
loadYaml(File, Class<T>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Loads the YAML file for the given DTO class
loadYaml(byte[], Class<T>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Loads the YAML file for the given DTO class
logGeneratedEntity(String, String, HasMetadata, Object) - Method in class io.fabric8.kubernetes.api.Controller
 
lookupServiceInDns(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Looks up the service in DNS.

M

moveServicesToFrontOfArray(List<HasMetadata>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Lets move all Service resources before any other to avoid ordering issues creating things

N

NAMESPACE_ALL - Static variable in interface io.fabric8.kubernetes.api.Kubernetes
 
NAMESPACE_DEFAULT - Static variable in interface io.fabric8.kubernetes.api.Kubernetes
 
node(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all endpoints for a service
node(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 

O

onApplyError(String, Exception) - Method in class io.fabric8.kubernetes.api.Controller
Logs an error applying some JSON to Kubernetes and optionally throws an exception
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).
onClose(int, String) - Method in class io.fabric8.kubernetes.api.AbstractWatcher
 
onConnect(Session) - Method in class io.fabric8.kubernetes.api.AbstractWatcher
 
onMessage(String) - Method in class io.fabric8.kubernetes.api.AbstractWatcher
 
onWebSocketError(Throwable) - Method in class io.fabric8.kubernetes.api.AbstractWatcher
 
OPENSHIFT_CONFIG_FILE_ENV_VAR - Static variable in class io.fabric8.kubernetes.api.extensions.Configs
 
OPENSHIFT_CONFIG_FILE_PROPERTY - Static variable in class io.fabric8.kubernetes.api.extensions.Configs
 
OSAPI_ROOT_PATH - Static variable in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
overrideTemplateParameters(Template, Map<String, String>, String) - Static method in class io.fabric8.kubernetes.api.extensions.Templates
Lets allow template parameters to be overridden with a Properties object

P

parseConfigs() - Static method in class io.fabric8.kubernetes.api.extensions.Configs
 
parseDate(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
PodStatusType - Enum in io.fabric8.kubernetes.api
Represents the status of the pod
poll() - Method in class io.fabric8.kubernetes.api.builds.BuildWatcher
 
printSummary(Object) - Method in class io.fabric8.kubernetes.api.Controller
 
processTemplate(Template, String) - Method in class io.fabric8.kubernetes.api.Controller
 
processTemplate(Template, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
processTemplate(Template, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
processTemplatesLocally(Template) - Static method in class io.fabric8.kubernetes.api.extensions.Templates
Lets locally process the templates so that we can process templates on any kubernetes environment

R

removeDuplicates(List<HasMetadata>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Remove any duplicate resources using the kind and id
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
 
resolveKubernetesMaster() - Static method in class io.fabric8.kubernetes.api.KubernetesFactory
 
ROOT_API_PATH - Static variable in interface io.fabric8.kubernetes.api.Kubernetes
 

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
 
SERVICE_ACCOUNT_TOKEN_FILE - Static variable in interface io.fabric8.kubernetes.api.Kubernetes
 
serviceToHost(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
serviceToPort(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
serviceToProtocol(String, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
setAddress(String) - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
setAllowCreate(boolean) - Method in class io.fabric8.kubernetes.api.Controller
 
setBasedir(File) - Method in class io.fabric8.kubernetes.api.Controller
 
setFactory(KubernetesFactory) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
setIgnoreRunningOAuthClients(boolean) - Method in class io.fabric8.kubernetes.api.Controller
 
setIgnoreServiceMode(boolean) - Method in class io.fabric8.kubernetes.api.Controller
 
setLogJsonDir(File) - Method in class io.fabric8.kubernetes.api.Controller
Lets you configure the directory where JSON logging files should go
setName(HasMetadata, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
setName(HasMetadata, String, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
setNamespace(String) - Method in class io.fabric8.kubernetes.api.Controller
 
setNamespace(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
setNamespace(HasMetadata, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
setProcessTemplatesLocally(boolean) - Method in class io.fabric8.kubernetes.api.Controller
 
setRecreateMode(boolean) - Method in class io.fabric8.kubernetes.api.Controller
 
setSelector(Service, Map<String, String>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
setServicesOnlyMode(boolean) - Method in class io.fabric8.kubernetes.api.Controller
 
setThrowExceptionOnError(boolean) - Method in class io.fabric8.kubernetes.api.Controller
 
size(Map) - Static method in class io.fabric8.kubernetes.api.UserConfigurationCompare
 
size(Collection) - Static method in class io.fabric8.kubernetes.api.UserConfigurationCompare
 
summaryText(Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a short summary text message for the given kubernetes resource
summaryText(Route) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a short summary text message for the given kubernetes resource
summaryText(ContainerState) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a short summary text message for the given kubernetes resource
summaryText(Template) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a short summary text message for the given kubernetes resource
summaryText(OAuthClient) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a short summary text message for the given kubernetes resource
summaryText(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a short summary text message for the given kubernetes resource
summaryText(ReplicationController) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a short summary text message for the given kubernetes resource
summaryText(DeploymentConfig) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a short summary text message for the given kubernetes resource
summaryText(Pod) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a short summary text message for the given kubernetes resource

T

Templates - Class in io.fabric8.kubernetes.api.extensions
Helper class for working with OpenShift Templates
Templates() - Constructor for class io.fabric8.kubernetes.api.extensions.Templates
 
textLooksLikeJsonObject(String) - Static method in class io.fabric8.kubernetes.api.ExceptionResponseMapper
 
toEnvVariable(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
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
 
toItemList(Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Loads the Kubernetes JSON and converts it to a list of entities
toJson(Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
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

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
 
updateImageStream(String, ImageStream, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateImageStream(String, ImageStream, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
updateNamespace(String, Namespace) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Update a namespace
updateNamespace(String, Namespace) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateOAuthClient(String, OAuthClient) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateOAuthClient(String, OAuthClient) - Method in interface io.fabric8.kubernetes.api.KubernetesGlobalExtensions
 
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
 
updateRoute(String, Route, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateRoute(String, Route, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
updateSecret(String, Secret, String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Update a secret
updateSecret(String, Secret, 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
 
updateTemplate(String, Template, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateTemplate(String, Template, String) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
UserConfigurationCompare - Class in io.fabric8.kubernetes.api
Helper methods to compare the user configuration on entities
UserConfigurationCompare() - Constructor for class io.fabric8.kubernetes.api.UserConfigurationCompare
 

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.
validateNamespace(String, Object) - Method in class io.fabric8.kubernetes.api.KubernetesClient
Validates a namespace is supplied giving a meaningful error if not
validatePodSpec(PodSpec, String) - Method in class io.fabric8.kubernetes.api.Controller
Lets verify that any dependencies are available; such as volumes or secrets
validateSecretExists(KubernetesClient, String, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
valueOf(String) - Static method in enum io.fabric8.kubernetes.api.PodStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.fabric8.kubernetes.api.Watcher.Action
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.fabric8.kubernetes.api.PodStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.fabric8.kubernetes.api.Watcher.Action
Returns an array containing the constants of this enum type, in the order they are declared.

W

watchBuilds(Watcher<Build>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchBuilds(Map<String, String>, Watcher<Build>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchBuilds(String, Map<String, String>, Watcher<Build>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchBuilds(String, Map<String, String>, Watcher<Build>, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchDeploymentConfigs(Watcher<Route>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchDeploymentConfigs(Map<String, String>, Watcher<Route>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchDeploymentConfigs(String, Map<String, String>, Watcher<Route>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchDeploymentConfigs(String, Map<String, String>, Watcher<Route>, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchEndpoints(Watcher<Endpoints>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchEndpoints(Map<String, String>, Watcher<Endpoints>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchEndpoints(String, Map<String, String>, Watcher<Endpoints>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchEndpoints(String, Map<String, String>, Watcher<Endpoints>, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
Watcher<T extends io.fabric8.kubernetes.api.model.HasMetadata> - Interface in io.fabric8.kubernetes.api
 
Watcher.Action - Enum in io.fabric8.kubernetes.api
 
watchPods(Watcher<Pod>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchPods(Map<String, String>, Watcher<Pod>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchPods(String, Map<String, String>, Watcher<Pod>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchPods(String, Map<String, String>, Watcher<Pod>, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchReplicationControllers(Watcher<ReplicationController>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchReplicationControllers(Map<String, String>, Watcher<ReplicationController>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchReplicationControllers(String, Map<String, String>, Watcher<ReplicationController>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchReplicationControllers(String, Map<String, String>, Watcher<ReplicationController>, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchRoutes(Watcher<Route>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchRoutes(Map<String, String>, Watcher<Route>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchRoutes(String, Map<String, String>, Watcher<Route>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchRoutes(String, Map<String, String>, Watcher<Route>, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchServices(Watcher<Service>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchServices(Map<String, String>, Watcher<Service>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchServices(String, Map<String, String>, Watcher<Service>) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
watchServices(String, Map<String, String>, Watcher<Service>, String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
withEnvVar(String, String) - Method in class io.fabric8.kubernetes.api.builders.ListEnvVarBuilder
 
A B C D E F G H I J K L M N O P R S T U V W 

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