- 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
~/.kube/config
which is updated when you use commands
like oc login
and oc project myproject
- Configs() - Constructor for class io.fabric8.kubernetes.api.extensions.Configs
-
- configureDefaultBuildConfig(BuildConfig, String, String, boolean, String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
-
- configureDefaultBuildConfig(BuildConfig, String, String, boolean, String, String, String, String, String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
-
- 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
-
- 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
- createDefaultBuildConfig(String, String, String) - Static method in class io.fabric8.kubernetes.api.builds.Builds
-
- 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
- createNamespaceServiceFilter(String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
Creates a filter on a service if it matches the given namespace
- 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
- 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
- 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
- GERRIT - Static variable in class io.fabric8.kubernetes.api.ServiceNames
-
- 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
-
- getBasedir() - Method in class io.fabric8.kubernetes.api.Controller
-
- getBuild() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
-
- getBuildConfigName(Build) - Static method in class io.fabric8.kubernetes.api.builds.Builds
-
- getBuildLink() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
-
- getCluster(Config, Context) - Static method in class io.fabric8.kubernetes.api.extensions.Configs
-
Returns the current Cluster
for the current context
- getConfigName() - Method in class io.fabric8.kubernetes.api.builds.BuildFinishedEvent
-
- getContainerEnvVar(Container, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
Returns the environment variable value for the given container and name
- 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
- getDockerIp() - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getFabric8ConsoleLink() - Static method in class io.fabric8.kubernetes.api.builds.Links
-
- getFilteredPodMap(KubernetesClient, Filter<Pod>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getFilteredPodMap(KubernetesClient, 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
-
- 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
-
- getKubernetesConfigFile() - Static method in class io.fabric8.kubernetes.api.extensions.Configs
-
- 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(HasMetadata) - Method in class io.fabric8.kubernetes.api.Controller
-
Returns the namespace defined in the entity or the configured namespace
- getNamespace(ObjectMeta) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getNamespace(HasMetadata) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getObjectId(Object) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
Returns the ID of the given object
- getOpenShiftClientOrJenkinshift() - Method in class io.fabric8.kubernetes.api.Controller
-
- getOpenShiftClientOrNull() - Method in class io.fabric8.kubernetes.api.Controller
-
- 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
-
- getPodEnvVar(Pod, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
Returns the environment variable value for the first container which has a value for it in th epod
- getPodMap(KubernetesClient) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getPodMap(KubernetesClient, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getPodsForReplicationController(ReplicationController, Iterable<Pod>) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
Returns the pods for the given replication controller
- 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
-
- getReplicationControllerMap(KubernetesClient) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getReplicationControllerMap(KubernetesClient, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- 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
- getSelectedPodMap(KubernetesClient, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getSelectedPodMap(KubernetesClient, String, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getSelectedReplicationControllerMap(KubernetesClient, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getSelectedReplicationControllerMap(KubernetesClient, String, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getSelector(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getServiceMap(KubernetesClient) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getServiceMap(KubernetesClient, String) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
- getServiceURL(Service) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
Returns the URL to access the service; using the service portalIP and port
- getServiceURL(KubernetesClient, String, String, String, boolean) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
Returns the URL to access the service; using the environment variables, routes
or service portalIP address
- getServiceURL(KubernetesClient, String, String, String, String, boolean) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
Returns the URL to access the service; using the environment variables, routes
or service portalIP address
- getServiceURLInCurrentNamespace(KubernetesClient, String, String, String, boolean) - Static method in class io.fabric8.kubernetes.api.KubernetesHelper
-
Returns the URL to access the service; using the environment variables, routes
or service portalIP address
- 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
-
- 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
- GIT_BRANCH - Static variable in class io.fabric8.kubernetes.api.Annotations.Builds
-
- GIT_COMMIT - Static variable in class io.fabric8.kubernetes.api.Annotations.Builds
-
- GIT_URL - Static variable in class io.fabric8.kubernetes.api.Annotations.Builds
-
- GOGS - Static variable in class io.fabric8.kubernetes.api.ServiceNames
-
- GPG_KEY - Static variable in class io.fabric8.kubernetes.api.Annotations.Secrets
-
- GRAFANA - Static variable in class io.fabric8.kubernetes.api.ServiceNames
-