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

A

addPortToIP(String, Integer, String) - Method in class io.fabric8.kubernetes.api.KubernetesManager
 
apply(Object, String) - Method in class io.fabric8.kubernetes.api.Controller
Applies the given DTOs onto the Kubernetes master
apply(String) - Method in class io.fabric8.kubernetes.api.KubernetesManager
 
apply(String) - Method in interface io.fabric8.kubernetes.api.KubernetesManagerMXBean
Takes the blob of Kubernetes JSON (pod, replication controller, service, config, template etc) and applies it to the runtime environment so that any changes or new items take effect
applyConfig(JsonNode, 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.
applyPod(PodSchema, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyReplicationController(ReplicationControllerSchema, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyService(ServiceSchema, String) - Method in class io.fabric8.kubernetes.api.Controller
 
applyTemplateConfig(JsonNode, String) - Method in class io.fabric8.kubernetes.api.Controller
 

C

combineJson(Object...) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Combines the JSON objects into a config object
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
 
ControllerCurrentState - Class in io.fabric8.kubernetes.api.model
The current state of the replicationController
ControllerCurrentState() - Constructor for class io.fabric8.kubernetes.api.model.ControllerCurrentState
 
ControllerDesiredState - Class in io.fabric8.kubernetes.api.model
The desired configuration of the replicationController
ControllerDesiredState() - Constructor for class io.fabric8.kubernetes.api.model.ControllerDesiredState
 
createConfig(Object) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
createConfig(Object) - Method in interface io.fabric8.kubernetes.api.KubernetesExtensions
 
createController() - Method in class io.fabric8.kubernetes.api.KubernetesManager
 
createKubernetes() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
createKubernetesExtensions() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
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(PodSchema) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Create a new pod.
createPod(PodSchema) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
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(ReplicationControllerSchema) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Create a new controller.
createReplicationController(ReplicationControllerSchema) - 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(ServiceSchema) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Create a new service
createService(ServiceSchema) - 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
CurrentState - Class in io.fabric8.kubernetes.api.model
The current configuration and status of the pod.
CurrentState() - Constructor for class io.fabric8.kubernetes.api.model.CurrentState
 

D

DEFAULT_DOCKER_HOST - Static variable in class io.fabric8.kubernetes.api.KubernetesHelper
 
DEFAULT_KUBERNETES_MASTER - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
deletePod(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Delete a specific pod
deletePod(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteReplicationController(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Delete a specific controller
deleteReplicationController(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deleteService(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Delete a specific service
deleteService(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
deserialize(JsonParser, DeserializationContext) - Method in class io.fabric8.kubernetes.api.IntOrString.Deserializer
 
DesiredState - Class in io.fabric8.kubernetes.api.model
The desired configuration of the pod
DesiredState() - Constructor for class io.fabric8.kubernetes.api.model.DesiredState
 
destroy() - Method in class io.fabric8.kubernetes.api.KubernetesManager
 
DetailInfo - Class in io.fabric8.kubernetes.api.model
Detailed information of the container
DetailInfo() - Constructor for class io.fabric8.kubernetes.api.model.DetailInfo
 

E

Env - Class in io.fabric8.kubernetes.api.model
 
Env() - Constructor for class io.fabric8.kubernetes.api.model.Env
 
equals(Object) - Method in class io.fabric8.kubernetes.api.IntOrString
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.ControllerCurrentState
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.DetailInfo
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.Env
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.Info
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.Manifest
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.PodContainerManifest
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.PodTemplate
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.PodTemplate_
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.PodTemplateDesiredState
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.Port
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.Running
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.State
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.Volume
 
equals(Object) - Method in class io.fabric8.kubernetes.api.model.VolumeMount
 

F

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
findContainerPort(PodSchema, Integer) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the port for the given port number on the pod
findContainerPortByName(PodSchema, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the port for the given port name
findContainerPortByNumberOrName(PodSchema, 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
 
findOrCreateConfig(Object[]) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
fromValue(String) - Static method in enum io.fabric8.kubernetes.api.model.Manifest.Version
 
fromValue(String) - Static method in enum io.fabric8.kubernetes.api.model.PodListSchema.Kind
 
fromValue(String) - Static method in enum io.fabric8.kubernetes.api.model.ReplicationControllerListSchema.ApiVersion
 
fromValue(String) - Static method in enum io.fabric8.kubernetes.api.model.ReplicationControllerListSchema.Kind
 
fromValue(String) - Static method in enum io.fabric8.kubernetes.api.model.ServiceListSchema.ApiVersion
 
fromValue(String) - Static method in enum io.fabric8.kubernetes.api.model.ServiceListSchema.Kind
 

G

getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.IntOrString
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.ControllerCurrentState
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.DetailInfo
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.Env
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.Info
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.Manifest
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.PodContainerManifest
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.PodTemplate
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.PodTemplate_
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.PodTemplateDesiredState
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.Port
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.Running
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.State
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.Volume
 
getAdditionalProperties() - Method in class io.fabric8.kubernetes.api.model.VolumeMount
 
getAddress() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getAddress() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
getAnnotations() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
getAnnotations() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
getAnnotations() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getApiVersion() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
getApiVersion() - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
getCommand() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
The command line to run.
getContainerPort(ServiceSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the container port number for the given service
getContainerPort() - Method in class io.fabric8.kubernetes.api.model.Port
The port on which the container is listening.
getContainerPort() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getContainers(PodSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the containers from the given pod
getContainers(ReplicationControllerSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the containers from the given Replication Controller
getContainers(ControllerDesiredState) - 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(PodTemplateDesiredState) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getContainers(Manifest) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getContainers(DesiredState) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the manifest containers from the given desiredState
getContainers() - Method in class io.fabric8.kubernetes.api.model.Manifest
The list of containers to launch.
getCreationTimestamp() - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
getCreationTimestamp() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
getCreationTimestamp() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
getCreationTimestamp() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
getCreationTimestamp() - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
getCreationTimestamp() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getCurrentContainers(ReplicationControllerSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the containers from the given Replication Controller
getCurrentContainers(PodSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the current containers from the given currentState
getCurrentContainers(CurrentState) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns all the current containers from the given currentState
getCurrentState() - Method in class io.fabric8.kubernetes.api.model.PodSchema
The current configuration and status of the pod.
getCurrentState() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
The current state of the replicationController
getDesiredState() - Method in class io.fabric8.kubernetes.api.model.PodSchema
The desired configuration of the pod
getDesiredState() - Method in class io.fabric8.kubernetes.api.model.PodTemplate
The desired configuration of the pod
getDesiredState() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
The desired configuration of the replicationController
getDetailInfo() - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
Detailed information of the container
getDockerIp() - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getDockerRegistry() - Method in class io.fabric8.kubernetes.api.KubernetesManager
 
getDockerRegistry() - Method in interface io.fabric8.kubernetes.api.KubernetesManagerMXBean
 
getEnv() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
Environment variables to set before the container runs.
getFactory() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getHost(PodSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the host of the pod
getHost() - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
getHost() - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
getHostPort() - Method in class io.fabric8.kubernetes.api.model.Port
The port on the host which maps to the containerPort.
getId() - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
getId() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
getId() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
getId() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getImage() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
The container image to run.
getInfo() - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
getInfo() - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
getIntValue() - Method in class io.fabric8.kubernetes.api.IntOrString
 
getItems() - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
getItems() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
getItems() - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
getKind() - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
getKind() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
getKind() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
getKind() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
getKind() - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
getKind() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getKubernetes() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getKubernetes() - Method in class io.fabric8.kubernetes.api.KubernetesManager
 
getKubernetesExtensions() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getKubernetesMaster() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
getLabels() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
getLabels() - Method in class io.fabric8.kubernetes.api.model.PodTemplate
 
getLabels() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
getLabels() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getManifest() - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
getManifest() - Method in class io.fabric8.kubernetes.api.model.DesiredState
Manifest describing group of [Docker containers](http://docker.io); also used by [Google Cloud Platform's container-vm images](https://developers.google.com/compute/docs/containers).
getManifest() - Method in class io.fabric8.kubernetes.api.model.PodTemplateDesiredState
Manifest describing group of [Docker containers](http://docker.io); also used by [Google Cloud Platform's container-vm images](https://developers.google.com/compute/docs/containers).
getMountPath() - Method in class io.fabric8.kubernetes.api.model.VolumeMount
The path at which to mount the volume inside the container.
getName() - Method in class io.fabric8.kubernetes.api.model.Env
The name of the environment variable.
getName() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
A symbolic name used to create and track the container.
getName() - Method in class io.fabric8.kubernetes.api.model.Port
A symbolic name used to create and track the port.
getName() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getName() - Method in class io.fabric8.kubernetes.api.model.Volume
The name of the volume.
getName() - Method in class io.fabric8.kubernetes.api.model.VolumeMount
The name of the volume to mount.
getNamespace() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
getNamespace() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
getNamespace() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getPod(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Get a specific pod
getPod(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPodIP() - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
getPodIP() - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
getPodMap(Kubernetes) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPodMap(Kubernetes, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getPods() - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all pods on this cluster
getPods() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getPodTemplate() - Method in class io.fabric8.kubernetes.api.model.ControllerCurrentState
Template from which to create new pods, as necessary.
getPodTemplate() - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
Template from which to create new pods, as necessary.
getPodUrl(String, String) - Method in class io.fabric8.kubernetes.api.KubernetesManager
Returns the pod IP of the given pod name
getPodUrl(String, String) - Method in interface io.fabric8.kubernetes.api.KubernetesManagerMXBean
Returns the URL to access the given port name and the port number or port name
getPort() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getPortalIP() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getPorts() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
Ports to expose from the container.
getProtocol() - Method in class io.fabric8.kubernetes.api.model.Port
The protocol for this port.
getReadOnly() - Method in class io.fabric8.kubernetes.api.model.VolumeMount
Whether this volume should be read-only.
getReplicas() - Method in class io.fabric8.kubernetes.api.model.ControllerCurrentState
Number of pods currently in the set
getReplicas() - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
Number of pods desired in the set
getReplicaSelector() - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
Required labels used to identify pods in the set
getReplicationController(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Get a specific controller
getReplicationController(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getReplicationControllerForPod(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getReplicationControllerForPod(PodSchema) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getReplicationControllerIdForPod(String) - Method in class io.fabric8.kubernetes.api.KubernetesManager
 
getReplicationControllerIdForPod(String) - Method in interface io.fabric8.kubernetes.api.KubernetesManagerMXBean
Returns the replication controller ID for the given pod id if one can be found or null if not
getReplicationControllerMap(Kubernetes) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getReplicationControllerMap(Kubernetes, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getReplicationControllers() - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all replicationControllers on this cluster
getReplicationControllers() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getResourceVersion() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
getResourceVersion() - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
getRestartCount() - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
Number of restarts.
getRunning() - Method in class io.fabric8.kubernetes.api.model.State
Denotes the container is running.
getSelector() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getSelfLink() - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
getSelfLink() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
getSelfLink() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
getSelfLink() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
getService(String) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Get a specific service
getService(String) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getServiceMap(Kubernetes) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
 
getServices() - Method in interface io.fabric8.kubernetes.api.Kubernetes
List all services on this cluster
getServices() - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
getServiceURL(ServiceSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the URL to access the service; using the service portalIP and port
getServiceUrl(String) - Method in class io.fabric8.kubernetes.api.KubernetesManager
Returns the service URL of the given service name
getServiceUrl(String) - Method in interface io.fabric8.kubernetes.api.KubernetesManagerMXBean
 
getState() - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
The container state.
getStatus() - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
getStatus() - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
getStringValue() - Method in class io.fabric8.kubernetes.api.IntOrString
 
getValue() - Method in class io.fabric8.kubernetes.api.model.Env
The value of the environment variable.
getVersion() - Method in class io.fabric8.kubernetes.api.model.Manifest
The version of the manifest.
getVolumeMounts() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
Data volumes to expose into the container.
getVolumes() - Method in class io.fabric8.kubernetes.api.model.Manifest
A list of volumes to share between containers.
getWorkingDir() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
The initial working directory for the command.

H

hashCode() - Method in class io.fabric8.kubernetes.api.IntOrString
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.ControllerCurrentState
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.DetailInfo
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.Env
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.Info
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.Manifest
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.PodContainerManifest
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.PodTemplate
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.PodTemplate_
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.PodTemplateDesiredState
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.Port
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.Running
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.State
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.Volume
 
hashCode() - Method in class io.fabric8.kubernetes.api.model.VolumeMount
 
hasMatchingMediaType(MediaType) - Method in class io.fabric8.kubernetes.api.KubernetesFactory.PlainTextJacksonProvider
 

I

Info - Class in io.fabric8.kubernetes.api.model
 
Info() - Constructor for class io.fabric8.kubernetes.api.model.Info
 
init() - Method in class io.fabric8.kubernetes.api.KubernetesManager
 
IntOrString - Class in io.fabric8.kubernetes.api
 
IntOrString() - Constructor for class io.fabric8.kubernetes.api.IntOrString
 
IntOrString.Deserializer - Class in io.fabric8.kubernetes.api
 
IntOrString.Deserializer() - Constructor for class io.fabric8.kubernetes.api.IntOrString.Deserializer
 
IntOrString.Serializer - Class in io.fabric8.kubernetes.api
 
IntOrString.Serializer() - Constructor for class io.fabric8.kubernetes.api.IntOrString.Serializer
 
io.fabric8.kubernetes.api - package io.fabric8.kubernetes.api
 
io.fabric8.kubernetes.api.model - package io.fabric8.kubernetes.api.model
 
isRunning(PodSchema) - Method in class io.fabric8.kubernetes.api.Controller
 
isRunning(ReplicationControllerSchema) - Method in class io.fabric8.kubernetes.api.Controller
 
isRunning(ServiceSchema) - Method in class io.fabric8.kubernetes.api.Controller
 

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_PASSWORD - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_TRUST_ALL_CERIFICATES - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
KUBERNETES_USERNAME - Static variable in class io.fabric8.kubernetes.api.KubernetesFactory
 
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.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
 
KubernetesHelper - Class in io.fabric8.kubernetes.api
 
KubernetesHelper() - Constructor for class io.fabric8.kubernetes.api.KubernetesHelper
 
KubernetesManager - Class in io.fabric8.kubernetes.api
A simple MBean for performing custom operations on kubernetes
KubernetesManager() - Constructor for class io.fabric8.kubernetes.api.KubernetesManager
 
KubernetesManagerMXBean - Interface in io.fabric8.kubernetes.api
 

L

loadJson(File) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns the given json data as a DTO such as PodSchema, ReplicationControllerSchema or ServiceSchema 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 PodSchema, ReplicationControllerSchema or ServiceSchema 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 PodSchema, ReplicationControllerSchema or ServiceSchema from the Kubernetes REST API or JsonNode if it cannot be recognised.

M

Manifest - Class in io.fabric8.kubernetes.api.model
Manifest describing group of [Docker containers](http://docker.io); also used by [Google Cloud Platform's container-vm images](https://developers.google.com/compute/docs/containers).
Manifest() - Constructor for class io.fabric8.kubernetes.api.model.Manifest
 
Manifest.Version - Enum in io.fabric8.kubernetes.api.model
 
ManifestContainer - Class in io.fabric8.kubernetes.api.model
 
ManifestContainer() - Constructor for class io.fabric8.kubernetes.api.model.ManifestContainer
 

O

OBJECT_NAME - Static variable in class io.fabric8.kubernetes.api.KubernetesManager
 

P

PodContainerManifest - Class in io.fabric8.kubernetes.api.model
 
PodContainerManifest() - Constructor for class io.fabric8.kubernetes.api.model.PodContainerManifest
 
PodCurrentContainerInfo - Class in io.fabric8.kubernetes.api.model
Metadata for current containers in a Pod.
PodCurrentContainerInfo() - Constructor for class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
 
PodListSchema - Class in io.fabric8.kubernetes.api.model
Returns the current list of pods.
PodListSchema() - Constructor for class io.fabric8.kubernetes.api.model.PodListSchema
 
PodListSchema.Kind - Enum in io.fabric8.kubernetes.api.model
 
PodSchema - Class in io.fabric8.kubernetes.api.model
Pod resource.
PodSchema() - Constructor for class io.fabric8.kubernetes.api.model.PodSchema
 
PodTemplate - Class in io.fabric8.kubernetes.api.model
Template from which to create new pods, as necessary.
PodTemplate() - Constructor for class io.fabric8.kubernetes.api.model.PodTemplate
 
PodTemplate_ - Class in io.fabric8.kubernetes.api.model
Template from which to create new pods, as necessary.
PodTemplate_() - Constructor for class io.fabric8.kubernetes.api.model.PodTemplate_
 
PodTemplateDesiredState - Class in io.fabric8.kubernetes.api.model
The desired configuration of the pod
PodTemplateDesiredState() - Constructor for class io.fabric8.kubernetes.api.model.PodTemplateDesiredState
 
Port - Class in io.fabric8.kubernetes.api.model
 
Port() - Constructor for class io.fabric8.kubernetes.api.model.Port
 

R

removeEmptyPods(PodListSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Removes empty pods returned by Kubernetes
ReplicationControllerListSchema - Class in io.fabric8.kubernetes.api.model
Returns the current list of controllers.
ReplicationControllerListSchema() - Constructor for class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
ReplicationControllerListSchema.ApiVersion - Enum in io.fabric8.kubernetes.api.model
 
ReplicationControllerListSchema.Kind - Enum in io.fabric8.kubernetes.api.model
 
ReplicationControllerSchema - Class in io.fabric8.kubernetes.api.model
A replicationController resource.
ReplicationControllerSchema() - Constructor for class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
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
 
Running - Class in io.fabric8.kubernetes.api.model
Denotes the container is running.
Running() - Constructor for class io.fabric8.kubernetes.api.model.Running
 

S

saveJson(File, Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Saves the json object to the given file
serialize(IntOrString, JsonGenerator, SerializerProvider) - Method in class io.fabric8.kubernetes.api.IntOrString.Serializer
 
ServiceListSchema - Class in io.fabric8.kubernetes.api.model
Returns the current list of services.
ServiceListSchema() - Constructor for class io.fabric8.kubernetes.api.model.ServiceListSchema
 
ServiceListSchema.ApiVersion - Enum in io.fabric8.kubernetes.api.model
 
ServiceListSchema.Kind - Enum in io.fabric8.kubernetes.api.model
 
ServiceSchema - Class in io.fabric8.kubernetes.api.model
A service resource.
ServiceSchema() - Constructor for class io.fabric8.kubernetes.api.model.ServiceSchema
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.IntOrString
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.ControllerCurrentState
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.DetailInfo
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.Env
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.Info
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.Manifest
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.PodContainerManifest
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.PodTemplate
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.PodTemplate_
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.PodTemplateDesiredState
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.Port
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.Running
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.State
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.Volume
 
setAdditionalProperty(String, Object) - Method in class io.fabric8.kubernetes.api.model.VolumeMount
 
setAddress(String) - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
setAnnotations(Map<String, String>) - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
setAnnotations(Map<String, String>) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
setAnnotations(Map<String, String>) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setApiVersion(ReplicationControllerListSchema.ApiVersion) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
setApiVersion(ServiceListSchema.ApiVersion) - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
setCommand(List<String>) - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
The command line to run.
setContainerPort(Integer) - Method in class io.fabric8.kubernetes.api.model.Port
The port on which the container is listening.
setContainerPort(IntOrString) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setContainers(List<ManifestContainer>) - Method in class io.fabric8.kubernetes.api.model.Manifest
The list of containers to launch.
setCreationTimestamp(String) - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
setCreationTimestamp(String) - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
setCreationTimestamp(String) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
setCreationTimestamp(String) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
setCreationTimestamp(String) - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
setCreationTimestamp(String) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setCurrentState(CurrentState) - Method in class io.fabric8.kubernetes.api.model.PodSchema
The current configuration and status of the pod.
setCurrentState(ControllerCurrentState) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
The current state of the replicationController
setDesiredState(DesiredState) - Method in class io.fabric8.kubernetes.api.model.PodSchema
The desired configuration of the pod
setDesiredState(PodTemplateDesiredState) - Method in class io.fabric8.kubernetes.api.model.PodTemplate
The desired configuration of the pod
setDesiredState(ControllerDesiredState) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
The desired configuration of the replicationController
setDetailInfo(DetailInfo) - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
Detailed information of the container
setEnv(List<Env>) - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
Environment variables to set before the container runs.
setFactory(KubernetesFactory) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
setHost(String) - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
setHost(String) - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
setHostPort(Integer) - Method in class io.fabric8.kubernetes.api.model.Port
The port on the host which maps to the containerPort.
setId(String) - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
setId(String) - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
setId(String) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
setId(String) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setImage(String) - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
The container image to run.
setInfo(Map<String, PodCurrentContainerInfo>) - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
setInfo(Info) - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
setIntValue(Integer) - Method in class io.fabric8.kubernetes.api.IntOrString
 
setItems(List<PodSchema>) - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
setItems(List<ReplicationControllerSchema>) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
setItems(List<ServiceSchema>) - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
setKind(PodListSchema.Kind) - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
setKind(String) - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
setKind(ReplicationControllerListSchema.Kind) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
setKind(String) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
setKind(ServiceListSchema.Kind) - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
setKind(String) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setKubernetes(KubernetesClient) - Method in class io.fabric8.kubernetes.api.KubernetesManager
 
setLabels(Map<String, String>) - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
setLabels(Map<String, String>) - Method in class io.fabric8.kubernetes.api.model.PodTemplate
 
setLabels(Map<String, String>) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
setLabels(Map<String, String>) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setManifest(PodContainerManifest) - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
setManifest(Manifest) - Method in class io.fabric8.kubernetes.api.model.DesiredState
Manifest describing group of [Docker containers](http://docker.io); also used by [Google Cloud Platform's container-vm images](https://developers.google.com/compute/docs/containers).
setManifest(Manifest) - Method in class io.fabric8.kubernetes.api.model.PodTemplateDesiredState
Manifest describing group of [Docker containers](http://docker.io); also used by [Google Cloud Platform's container-vm images](https://developers.google.com/compute/docs/containers).
setMountPath(String) - Method in class io.fabric8.kubernetes.api.model.VolumeMount
The path at which to mount the volume inside the container.
setName(String) - Method in class io.fabric8.kubernetes.api.model.Env
The name of the environment variable.
setName(String) - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
A symbolic name used to create and track the container.
setName(String) - Method in class io.fabric8.kubernetes.api.model.Port
A symbolic name used to create and track the port.
setName(String) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setName(String) - Method in class io.fabric8.kubernetes.api.model.Volume
The name of the volume.
setName(String) - Method in class io.fabric8.kubernetes.api.model.VolumeMount
The name of the volume to mount.
setNamespace(String) - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
setNamespace(String) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
setNamespace(String) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setPodIP(String) - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
setPodIP(String) - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
setPodTemplate(PodTemplate_) - Method in class io.fabric8.kubernetes.api.model.ControllerCurrentState
Template from which to create new pods, as necessary.
setPodTemplate(PodTemplate) - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
Template from which to create new pods, as necessary.
setPort(Integer) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setPortalIP(String) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setPorts(List<Port>) - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
Ports to expose from the container.
setProtocol(String) - Method in class io.fabric8.kubernetes.api.model.Port
The protocol for this port.
setReadOnly(Boolean) - Method in class io.fabric8.kubernetes.api.model.VolumeMount
Whether this volume should be read-only.
setReplicas(Integer) - Method in class io.fabric8.kubernetes.api.model.ControllerCurrentState
Number of pods currently in the set
setReplicas(Integer) - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
Number of pods desired in the set
setReplicaSelector(Map<String, String>) - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
Required labels used to identify pods in the set
setResourceVersion(Integer) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
setResourceVersion(Integer) - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
setRestartCount(Integer) - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
Number of restarts.
setRunning(Running) - Method in class io.fabric8.kubernetes.api.model.State
Denotes the container is running.
setSelector(Map<String, String>) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setSelfLink(String) - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
setSelfLink(String) - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
setSelfLink(String) - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
setSelfLink(String) - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
setState(State) - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
The container state.
setStatus(String) - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
setStatus(String) - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
setStringValue(String) - Method in class io.fabric8.kubernetes.api.IntOrString
 
setValue(String) - Method in class io.fabric8.kubernetes.api.model.Env
The value of the environment variable.
setVersion(Manifest.Version) - Method in class io.fabric8.kubernetes.api.model.Manifest
The version of the manifest.
setVolumeMounts(List<VolumeMount>) - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
Data volumes to expose into the container.
setVolumes(Set<Volume>) - Method in class io.fabric8.kubernetes.api.model.Manifest
A list of volumes to share between containers.
setWorkingDir(String) - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
The initial working directory for the command.
State - Class in io.fabric8.kubernetes.api.model
The container state.
State() - Constructor for class io.fabric8.kubernetes.api.model.State
 

T

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
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(PodListSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by pod id of the pods
toPodMap(PodListSchema, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by pod id of the pods
toPodMap(List<PodSchema>) - 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(ReplicationControllerListSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by replicationController id of the replicationControllers
toReplicationControllerMap(List<ReplicationControllerSchema>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by replicationController id of the replicationControllers
toServiceMap(ServiceListSchema) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
Returns a map indexed by service id of the services
toServiceMap(List<ServiceSchema>) - 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.IntOrString
 
toString() - Method in class io.fabric8.kubernetes.api.KubernetesFactory
 
toString() - Method in class io.fabric8.kubernetes.api.model.ControllerCurrentState
 
toString() - Method in class io.fabric8.kubernetes.api.model.ControllerDesiredState
 
toString() - Method in class io.fabric8.kubernetes.api.model.CurrentState
 
toString() - Method in class io.fabric8.kubernetes.api.model.DesiredState
 
toString() - Method in class io.fabric8.kubernetes.api.model.DetailInfo
 
toString() - Method in class io.fabric8.kubernetes.api.model.Env
 
toString() - Method in class io.fabric8.kubernetes.api.model.Info
 
toString() - Method in class io.fabric8.kubernetes.api.model.Manifest
 
toString() - Method in enum io.fabric8.kubernetes.api.model.Manifest.Version
 
toString() - Method in class io.fabric8.kubernetes.api.model.ManifestContainer
 
toString() - Method in class io.fabric8.kubernetes.api.model.PodContainerManifest
 
toString() - Method in class io.fabric8.kubernetes.api.model.PodCurrentContainerInfo
 
toString() - Method in enum io.fabric8.kubernetes.api.model.PodListSchema.Kind
 
toString() - Method in class io.fabric8.kubernetes.api.model.PodListSchema
 
toString() - Method in class io.fabric8.kubernetes.api.model.PodSchema
 
toString() - Method in class io.fabric8.kubernetes.api.model.PodTemplate
 
toString() - Method in class io.fabric8.kubernetes.api.model.PodTemplate_
 
toString() - Method in class io.fabric8.kubernetes.api.model.PodTemplateDesiredState
 
toString() - Method in class io.fabric8.kubernetes.api.model.Port
 
toString() - Method in enum io.fabric8.kubernetes.api.model.ReplicationControllerListSchema.ApiVersion
 
toString() - Method in enum io.fabric8.kubernetes.api.model.ReplicationControllerListSchema.Kind
 
toString() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerListSchema
 
toString() - Method in class io.fabric8.kubernetes.api.model.ReplicationControllerSchema
 
toString() - Method in class io.fabric8.kubernetes.api.model.Running
 
toString() - Method in enum io.fabric8.kubernetes.api.model.ServiceListSchema.ApiVersion
 
toString() - Method in enum io.fabric8.kubernetes.api.model.ServiceListSchema.Kind
 
toString() - Method in class io.fabric8.kubernetes.api.model.ServiceListSchema
 
toString() - Method in class io.fabric8.kubernetes.api.model.ServiceSchema
 
toString() - Method in class io.fabric8.kubernetes.api.model.State
 
toString() - Method in class io.fabric8.kubernetes.api.model.Volume
 
toString() - Method in class io.fabric8.kubernetes.api.model.VolumeMount
 

U

updatePod(String, PodSchema) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Update a pod
updatePod(String, PodSchema) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateReplicationController(String, ReplicationControllerSchema) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Update a controller
updateReplicationController(String, ReplicationControllerSchema) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 
updateService(String, ServiceSchema) - Method in interface io.fabric8.kubernetes.api.Kubernetes
Update a service
updateService(String, ServiceSchema) - Method in class io.fabric8.kubernetes.api.KubernetesClient
 

V

valueOf(String) - Static method in enum io.fabric8.kubernetes.api.model.Manifest.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.fabric8.kubernetes.api.model.PodListSchema.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.fabric8.kubernetes.api.model.ReplicationControllerListSchema.ApiVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.fabric8.kubernetes.api.model.ReplicationControllerListSchema.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.fabric8.kubernetes.api.model.ServiceListSchema.ApiVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.fabric8.kubernetes.api.model.ServiceListSchema.Kind
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.fabric8.kubernetes.api.model.Manifest.Version
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.model.PodListSchema.Kind
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.model.ReplicationControllerListSchema.ApiVersion
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.model.ReplicationControllerListSchema.Kind
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.model.ServiceListSchema.ApiVersion
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.model.ServiceListSchema.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
Volume - Class in io.fabric8.kubernetes.api.model
 
Volume() - Constructor for class io.fabric8.kubernetes.api.model.Volume
 
VolumeMount - Class in io.fabric8.kubernetes.api.model
 
VolumeMount() - Constructor for class io.fabric8.kubernetes.api.model.VolumeMount
 
A C D E F G H I K L M O P R S T U V 

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