| Package | Description |
|---|---|
| org.springframework.cloud.kubernetes.config.reload |
| Modifier and Type | Class and Description |
|---|---|
class |
EventBasedConfigurationChangeDetector
A change detector that subscribes to changes in secrets and configmaps and fire a
reload when something changes.
|
class |
PollingConfigurationChangeDetector
A change detector that periodically retrieves secrets and configmaps and fire a reload
when something changes.
|
| 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) |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.