| Package | Description |
|---|---|
| org.springframework.cloud.kubernetes.config.reload |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationUpdateStrategy |
ConfigurationChangeDetector.strategy |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationUpdateStrategy |
ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans.configurationUpdateStrategy(ConfigReloadProperties properties,
org.springframework.context.ConfigurableApplicationContext ctx,
org.springframework.cloud.context.restart.RestartEndpoint restarter,
org.springframework.cloud.context.refresh.ContextRefresher refresher) |
| 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 |
|---|
ConfigurationChangeDetector(org.springframework.core.env.ConfigurableEnvironment environment,
ConfigReloadProperties properties,
io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
ConfigurationUpdateStrategy strategy) |
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.