- changed(MapPropertySource, MapPropertySource) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
-
Determines if two property sources are different.
- changed(List<? extends MapPropertySource>, List<? extends MapPropertySource>) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
-
- ConfigMapConfigProperties - Class in org.springframework.cloud.kubernetes.config
-
Config map configuration properties.
- ConfigMapConfigProperties() - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
-
- ConfigMapConfigProperties.Source - Class in org.springframework.cloud.kubernetes.config
-
Config map source.
- ConfigMapPropertySource - Class in org.springframework.cloud.kubernetes.config
-
A MapPropertySource that uses Kubernetes config maps.
- ConfigMapPropertySource(KubernetesClient, String) - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapPropertySource
-
- ConfigMapPropertySource(KubernetesClient, String, String, String[]) - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapPropertySource
-
- ConfigMapPropertySource(KubernetesClient, String, String, Environment) - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapPropertySource
-
- configMapPropertySourceLocator(ConfigMapConfigProperties) - Method in class org.springframework.cloud.kubernetes.config.BootstrapConfiguration.KubernetesPropertySourceConfiguration
-
- ConfigMapPropertySourceLocator - Class in org.springframework.cloud.kubernetes.config
-
A PropertySourceLocator that uses config maps.
- ConfigMapPropertySourceLocator(KubernetesClient, ConfigMapConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapPropertySourceLocator
-
- ConfigReloadAutoConfiguration - Class in org.springframework.cloud.kubernetes.config.reload
-
Definition of beans needed for the automatic reload of configuration.
- ConfigReloadAutoConfiguration() - Constructor for class org.springframework.cloud.kubernetes.config.reload.ConfigReloadAutoConfiguration
-
- ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans - Class in org.springframework.cloud.kubernetes.config.reload
-
Configuration reload must be enabled explicitly.
- ConfigReloadAutoConfigurationBeans() - Constructor for class org.springframework.cloud.kubernetes.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
- ConfigReloadProperties - Class in org.springframework.cloud.kubernetes.config.reload
-
General configuration for the configuration reload.
- ConfigReloadProperties() - Constructor for class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
-
- ConfigReloadProperties.ReloadDetectionMode - Enum in org.springframework.cloud.kubernetes.config.reload
-
Reload detection modes.
- ConfigReloadProperties.ReloadStrategy - Enum in org.springframework.cloud.kubernetes.config.reload
-
Reload strategies.
- ConfigurationChangeDetector - Class in org.springframework.cloud.kubernetes.config.reload
-
This is the superclass of all beans that can listen to changes in the configuration and
fire a reload.
- ConfigurationChangeDetector(ConfigurableEnvironment, ConfigReloadProperties, KubernetesClient, ConfigurationUpdateStrategy) - Constructor for class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
-
- configurationUpdateStrategy(ConfigReloadProperties, ConfigurableApplicationContext, RestartEndpoint, ContextRefresher) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
- ConfigurationUpdateStrategy - Class in org.springframework.cloud.kubernetes.config.reload
-
This is the superclass of all named strategies that can be fired when the configuration
changes.
- ConfigurationUpdateStrategy(String, Runnable) - Constructor for class org.springframework.cloud.kubernetes.config.reload.ConfigurationUpdateStrategy
-
- ConfigUtils - Class in org.springframework.cloud.kubernetes.config
-
Utility class that works with configuration properties.