public class PollingConfigurationChangeDetector extends ConfigurationChangeDetector
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
environment, kubernetesClient, properties, strategy| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCycle() |
void |
init() |
changed, changed, findPropertySource, findPropertySources, locateMapPropertySources, reloadProperties, shutdown@Deprecated public PollingConfigurationChangeDetector(org.springframework.core.env.AbstractEnvironment environment, ConfigReloadProperties properties, io.fabric8.kubernetes.client.KubernetesClient kubernetesClient, ConfigurationUpdateStrategy strategy, ConfigMapPropertySourceLocator configMapPropertySourceLocator, SecretsPropertySourceLocator secretsPropertySourceLocator)
public 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)
@PostConstruct public void init()
public void executeCycle()
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.