Package | Description |
---|---|
io.fabric8.spring.cloud.kubernetes.reload |
Modifier and Type | Field and Description |
---|---|
protected ConfigReloadProperties |
ConfigurationChangeDetector.properties |
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)
Provides the action to execute when the configuration changes.
|
ConfigurationChangeDetector |
ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans.propertyChangeWatcher(ConfigReloadProperties properties,
ConfigurationUpdateStrategy strategy)
Provides a bean that listen to configuration changes and fire a reload.
|
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) |
Copyright © 2016–2017 Red Hat. All rights reserved.