@ConfigurationProperties(value="spring.cloud.kubernetes.config") public class ConfigMapConfigProperties extends AbstractConfigProperties
Modifier and Type | Class and Description |
---|---|
static class |
ConfigMapConfigProperties.NormalizedSource |
static class |
ConfigMapConfigProperties.Source
Config map source.
|
AbstractConfigProperties.RetryProperties
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX
Prefix for Kubernetes secrets configuration properties.
|
enabled, failFast, includeProfileSpecificSources, name, namespace, retry, useNameAsPrefix
Constructor and Description |
---|
ConfigMapConfigProperties() |
Modifier and Type | Method and Description |
---|---|
List<ConfigMapConfigProperties.NormalizedSource> |
determineSources() |
String |
getConfigurationTarget() |
List<String> |
getPaths() |
List<ConfigMapConfigProperties.Source> |
getSources() |
boolean |
isEnableApi() |
void |
setEnableApi(boolean enableApi) |
void |
setPaths(List<String> paths) |
void |
setSources(List<ConfigMapConfigProperties.Source> sources) |
getName, getNamespace, getRetry, isEnabled, isFailFast, isIncludeProfileSpecificSources, isUseNameAsPrefix, setEnabled, setFailFast, setIncludeProfileSpecificSources, setName, setNamespace, setRetry, setUseNameAsPrefix
public static final String PREFIX
public boolean isEnableApi()
public void setEnableApi(boolean enableApi)
public List<ConfigMapConfigProperties.Source> getSources()
public void setSources(List<ConfigMapConfigProperties.Source> sources)
public List<ConfigMapConfigProperties.NormalizedSource> determineSources()
public String getConfigurationTarget()
getConfigurationTarget
in class AbstractConfigProperties
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.