@Configuration @EnableConfigurationProperties(value=ConfigMapConfigProperties.class) @Import(value=KubernetesAutoConfiguration.class) @ConditionalOnProperty(name="spring.cloud.kubernetes.config.enabled", matchIfMissing=true) protected static class ConfigMapBootstrapConfiguration.KubernetesPropertySourceConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
KubernetesPropertySourceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ConfigMapPropertySourceLocator |
configMapPropertySourceLocator(ConfigMapConfigProperties properties) |
protected KubernetesPropertySourceConfiguration()
@Bean public ConfigMapPropertySourceLocator configMapPropertySourceLocator(ConfigMapConfigProperties properties)
Copyright © 2016 Red Hat. All rights reserved.