Class Fabric8ConfigMapPropertySource
java.lang.Object
org.springframework.core.env.PropertySource<T>
public class Fabric8ConfigMapPropertySource
extends org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
A
MapPropertySource that uses Kubernetes config maps.- Author:
- Ioannis Canellos, Ali Shahbour, Michael Moudatsos, Isik Erhan
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource
org.springframework.core.env.PropertySource.StubPropertySource -
Field Summary
Fields inherited from class org.springframework.core.env.PropertySource
logger, name, source -
Constructor Summary
ConstructorsConstructorDescriptionFabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client, String name) Deprecated.Fabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client, String name, String namespace, org.springframework.core.env.Environment environment) Deprecated.Fabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client, String name, String namespace, org.springframework.core.env.Environment environment, String prefix, boolean includeProfileSpecificSources, boolean failFast) -
Method Summary
Methods inherited from class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
defaultProcessAllEntries, extractProperties, getName, processAllEntriesMethods inherited from class org.springframework.core.env.MapPropertySource
containsProperty, getProperty, getPropertyNamesMethods inherited from class org.springframework.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
-
Constructor Details
-
Fabric8ConfigMapPropertySource
@Deprecated public Fabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client, String name) Deprecated.this constructor is present only for compatibility reasons, its usage is discouraged. -
Fabric8ConfigMapPropertySource
@Deprecated public Fabric8ConfigMapPropertySource(io.fabric8.kubernetes.client.KubernetesClient client, String name, String namespace, org.springframework.core.env.Environment environment) Deprecated.this constructor is present only for compatibility reasons, its usage is discouraged. -
Fabric8ConfigMapPropertySource
-