Class ConfigMapConfigProperties
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
@ConfigurationProperties("spring.cloud.kubernetes.config")
public final class ConfigMapConfigProperties
extends SourceConfigProperties
Config map configuration properties.
- Author:
- Ioannis Canellos, Isik Erhan
-
Nested Class Summary
Nested classes/interfaces inherited from class SourceConfigProperties
SourceConfigProperties.Source -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfigMapConfigProperties(boolean enabled, List<SourceConfigProperties.Source> sources, Map<String, String> labels, String name, String namespace, boolean useNameAsPrefix, boolean includeProfileSpecificSources, boolean failFast, RetryProperties retry, ReadType readType) -
Method Summary
Methods inherited from class SourceConfigProperties
determineSources, enabled, failFast, includeProfileSpecificSources, labels, name, namespace, readType, retry, sources, useNameAsPrefix
-
Field Details
-
PREFIX
Prefix for Kubernetes config maps configuration properties.- See Also:
-
-
Constructor Details
-
ConfigMapConfigProperties
public ConfigMapConfigProperties(@DefaultValue("true") boolean enabled, @DefaultValue List<SourceConfigProperties.Source> sources, @DefaultValue Map<String, String> labels, String name, String namespace, boolean useNameAsPrefix, @DefaultValue("true") boolean includeProfileSpecificSources, boolean failFast, @DefaultValue RetryProperties retry, @DefaultValue("BATCH") ReadType readType)
-