Class SecretsPropertySourceLocator
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
- All Implemented Interfaces:
org.springframework.cloud.bootstrap.config.PropertySourceLocator
public abstract class SecretsPropertySourceLocator
extends Object
implements org.springframework.cloud.bootstrap.config.PropertySourceLocator
Kubernetes
PropertySourceLocator for secrets.- Author:
- l burgazzoli, Haytham Mohamed, wind57, Isik Erhan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.springframework.core.env.MapPropertySourcegetPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, SecretsConfigProperties.NormalizedSource normalizedSource, String configurationTarget) org.springframework.core.env.PropertySource<?>locate(org.springframework.core.env.Environment environment) Collection<org.springframework.core.env.PropertySource<?>>locateCollection(org.springframework.core.env.Environment environment) protected voidputPathConfig(org.springframework.core.env.CompositePropertySource composite)
-
Field Details
-
properties
-
-
Constructor Details
-
SecretsPropertySourceLocator
-
-
Method Details
-
locate
public org.springframework.core.env.PropertySource<?> locate(org.springframework.core.env.Environment environment) - Specified by:
locatein interfaceorg.springframework.cloud.bootstrap.config.PropertySourceLocator
-
locateCollection
public Collection<org.springframework.core.env.PropertySource<?>> locateCollection(org.springframework.core.env.Environment environment) - Specified by:
locateCollectionin interfaceorg.springframework.cloud.bootstrap.config.PropertySourceLocator
-
getPropertySource
protected abstract org.springframework.core.env.MapPropertySource getPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, SecretsConfigProperties.NormalizedSource normalizedSource, String configurationTarget) -
putPathConfig
protected void putPathConfig(org.springframework.core.env.CompositePropertySource composite)
-