| Package | Description |
|---|---|
| org.springframework.cloud.kubernetes.config | |
| org.springframework.cloud.kubernetes.config.reload |
| Modifier and Type | Method and Description |
|---|---|
SecretsPropertySourceLocator |
BootstrapConfiguration.KubernetesPropertySourceConfiguration.secretsPropertySourceLocator(SecretsConfigProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationChangeDetector |
ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans.propertyChangeWatcher(ConfigReloadProperties properties,
ConfigurationUpdateStrategy strategy,
ConfigMapPropertySourceLocator configMapPropertySourceLocator,
SecretsPropertySourceLocator secretsPropertySourceLocator,
org.springframework.cloud.commons.util.TaskSchedulerWrapper taskScheduler) |
| Constructor and Description |
|---|
EventBasedConfigurationChangeDetector(org.springframework.core.env.AbstractEnvironment environment,
ConfigReloadProperties properties,
io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
ConfigurationUpdateStrategy strategy,
ConfigMapPropertySourceLocator configMapPropertySourceLocator,
SecretsPropertySourceLocator secretsPropertySourceLocator) |
PollingConfigurationChangeDetector(org.springframework.core.env.AbstractEnvironment environment,
ConfigReloadProperties properties,
io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
ConfigurationUpdateStrategy strategy,
ConfigMapPropertySourceLocator configMapPropertySourceLocator,
SecretsPropertySourceLocator secretsPropertySourceLocator)
Deprecated.
|
PollingConfigurationChangeDetector(org.springframework.core.env.AbstractEnvironment environment,
ConfigReloadProperties properties,
io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
ConfigurationUpdateStrategy strategy,
ConfigMapPropertySourceLocator configMapPropertySourceLocator,
SecretsPropertySourceLocator secretsPropertySourceLocator,
org.springframework.scheduling.TaskScheduler taskExecutor,
ConfigReloadProperties configReloadProperties) |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.