Class ConfigMapPropertySource
public abstract class ConfigMapPropertySource
extends org.springframework.core.env.MapPropertySource
A
MapPropertySource that uses Kubernetes config maps.- Author:
- Ioannis Canellos, Ali Shahbour, Michael Moudatsos
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultProcessAllEntries(Map<String, String> input, org.springframework.core.env.Environment environment) extractProperties(String resourceName, String content, org.springframework.core.env.Environment environment) protected static StringprocessAllEntries(Map<String, String> input, org.springframework.core.env.Environment environment) Methods 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
-
ConfigMapPropertySource
-
-
Method Details
-
getName
-
processAllEntries
-
defaultProcessAllEntries
-
extractProperties
-