Index
All Classes and Interfaces|All Packages
C
- configMapPropertyChangeEventWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy, Fabric8ConfigMapPropertySourceLocator) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
Event Based configMap ConfigurationChangeDetector.
- configMapPropertyChangeEventWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy, Fabric8ConfigMapPropertySourceLocator) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadDefaultAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
Event Based configMap ConfigurationChangeDetector.
- configMapPropertyChangePollingWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy, Fabric8ConfigMapPropertySourceLocator, TaskSchedulerWrapper) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
Polling configMap ConfigurationChangeDetector.
- configMapPropertyChangePollingWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy, Fabric8ConfigMapPropertySourceLocator, TaskSchedulerWrapper) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadDefaultAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
Polling configMap ConfigurationChangeDetector.
- configMapPropertySourceLocator(ConfigMapConfigProperties, KubernetesClient, KubernetesNamespaceProvider) - Method in class org.springframework.cloud.kubernetes.fabric8.config.Fabric8BootstrapConfiguration
- configMapPropertySourceLocator(ConfigMapConfigProperties, KubernetesClient, KubernetesNamespaceProvider) - Method in class org.springframework.cloud.kubernetes.fabric8.config.Fabric8RetryBootstrapConfiguration
- ConfigReloadAutoConfiguration - Class in org.springframework.cloud.kubernetes.fabric8.config.reload
-
Definition of beans needed for the automatic reload of configuration.
- ConfigReloadAutoConfiguration() - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadAutoConfiguration
- ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans - Class in org.springframework.cloud.kubernetes.fabric8.config.reload
-
Configuration reload must be enabled explicitly.
- ConfigReloadAutoConfigurationBeans() - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
- ConfigReloadAutoConfigurationBeans() - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadDefaultAutoConfiguration.ConfigReloadAutoConfigurationBeans
- ConfigReloadDefaultAutoConfiguration - Class in org.springframework.cloud.kubernetes.fabric8.config.reload
- ConfigReloadDefaultAutoConfiguration() - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadDefaultAutoConfiguration
- ConfigReloadDefaultAutoConfiguration.ConfigReloadAutoConfigurationBeans - Class in org.springframework.cloud.kubernetes.fabric8.config.reload
-
Configuration reload must be enabled explicitly.
- configurationUpdateStrategy(ConfigReloadProperties, ConfigurableApplicationContext) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadDefaultAutoConfiguration.ConfigReloadAutoConfigurationBeans
- configurationUpdateStrategy(ConfigReloadProperties, ConfigurableApplicationContext, RestartEndpoint, ContextRefresher) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
E
- EventBasedConfigMapChangeDetector - Class in org.springframework.cloud.kubernetes.fabric8.config.reload
-
An Event Based change detector that subscribes to changes in configMaps and fire a reload when something changes.
- EventBasedConfigMapChangeDetector(AbstractEnvironment, ConfigReloadProperties, KubernetesClient, ConfigurationUpdateStrategy, Fabric8ConfigMapPropertySourceLocator) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedConfigMapChangeDetector
- EventBasedSecretsChangeDetector - Class in org.springframework.cloud.kubernetes.fabric8.config.reload
-
An event based change detector that subscribes to changes in secrets and fire a reload when something changes.
- EventBasedSecretsChangeDetector(AbstractEnvironment, ConfigReloadProperties, KubernetesClient, ConfigurationUpdateStrategy, Fabric8SecretsPropertySourceLocator) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedSecretsChangeDetector
F
- Fabric8BootstrapConfiguration - Class in org.springframework.cloud.kubernetes.fabric8.config
-
Auto configuration that reuses Kubernetes config maps as property sources.
- Fabric8BootstrapConfiguration() - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8BootstrapConfiguration
- Fabric8ConfigMapPropertySource - Class in org.springframework.cloud.kubernetes.fabric8.config
-
A
MapPropertySourcethat uses Kubernetes config maps. - Fabric8ConfigMapPropertySource(KubernetesClient, String) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8ConfigMapPropertySource
-
Deprecated.
- Fabric8ConfigMapPropertySource(KubernetesClient, String, String, Environment) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8ConfigMapPropertySource
-
Deprecated.
- Fabric8ConfigMapPropertySource(KubernetesClient, String, String, Environment, String, boolean, boolean) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8ConfigMapPropertySource
- Fabric8ConfigMapPropertySourceLocator - Class in org.springframework.cloud.kubernetes.fabric8.config
-
A
PropertySourceLocatorthat uses config maps. - Fabric8ConfigMapPropertySourceLocator(KubernetesClient, ConfigMapConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8ConfigMapPropertySourceLocator
-
Deprecated.
- Fabric8ConfigMapPropertySourceLocator(KubernetesClient, ConfigMapConfigProperties, KubernetesNamespaceProvider) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8ConfigMapPropertySourceLocator
- Fabric8ConfigUtils - Class in org.springframework.cloud.kubernetes.fabric8.config
-
Utility class that works with configuration properties.
- Fabric8RetryBootstrapConfiguration - Class in org.springframework.cloud.kubernetes.fabric8.config
- Fabric8RetryBootstrapConfiguration() - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8RetryBootstrapConfiguration
- Fabric8SecretsPropertySource - Class in org.springframework.cloud.kubernetes.fabric8.config
-
Kubernetes property source for secrets.
- Fabric8SecretsPropertySource(KubernetesClient, String, String, Map<String, String>, boolean) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8SecretsPropertySource
- Fabric8SecretsPropertySourceLocator - Class in org.springframework.cloud.kubernetes.fabric8.config
-
Kubernetes
PropertySourceLocatorfor secrets. - Fabric8SecretsPropertySourceLocator(KubernetesClient, SecretsConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8SecretsPropertySourceLocator
-
Deprecated.
- Fabric8SecretsPropertySourceLocator(KubernetesClient, SecretsConfigProperties, KubernetesNamespaceProvider) - Constructor for class org.springframework.cloud.kubernetes.fabric8.config.Fabric8SecretsPropertySourceLocator
G
- getApplicationNamespace(KubernetesClient, String) - Static method in class org.springframework.cloud.kubernetes.fabric8.config.Fabric8ConfigUtils
-
Deprecated.
- getApplicationNamespace(KubernetesClient, String, String) - Static method in class org.springframework.cloud.kubernetes.fabric8.config.Fabric8ConfigUtils
-
Deprecated.
- getMapPropertySource(String, ConfigMapConfigProperties.NormalizedSource, String, ConfigurableEnvironment) - Method in class org.springframework.cloud.kubernetes.fabric8.config.Fabric8ConfigMapPropertySourceLocator
- getPropertySource(ConfigurableEnvironment, SecretsConfigProperties.NormalizedSource, String) - Method in class org.springframework.cloud.kubernetes.fabric8.config.Fabric8SecretsPropertySourceLocator
O
- onEvent(ConfigMap) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedConfigMapChangeDetector
- onEvent(Secret) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedSecretsChangeDetector
- org.springframework.cloud.kubernetes.fabric8.config - package org.springframework.cloud.kubernetes.fabric8.config
- org.springframework.cloud.kubernetes.fabric8.config.reload - package org.springframework.cloud.kubernetes.fabric8.config.reload
P
- provider(Environment) - Method in class org.springframework.cloud.kubernetes.fabric8.config.Fabric8BootstrapConfiguration
S
- secretsPropertyChangeEventWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy, Fabric8SecretsPropertySourceLocator) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
Event Based secrets ConfigurationChangeDetector.
- secretsPropertyChangeEventWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy, Fabric8SecretsPropertySourceLocator) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadDefaultAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
Event Based secrets ConfigurationChangeDetector.
- secretsPropertyChangePollingWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy, Fabric8SecretsPropertySourceLocator, TaskSchedulerWrapper) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
Polling secrets ConfigurationChangeDetector.
- secretsPropertyChangePollingWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy, Fabric8SecretsPropertySourceLocator, TaskSchedulerWrapper) - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.ConfigReloadDefaultAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
Polling secrets ConfigurationChangeDetector.
- secretsPropertySourceLocator(SecretsConfigProperties, KubernetesClient, KubernetesNamespaceProvider) - Method in class org.springframework.cloud.kubernetes.fabric8.config.Fabric8BootstrapConfiguration
- secretsPropertySourceLocator(SecretsConfigProperties, KubernetesClient, KubernetesNamespaceProvider) - Method in class org.springframework.cloud.kubernetes.fabric8.config.Fabric8RetryBootstrapConfiguration
- shutdown() - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedConfigMapChangeDetector
- shutdown() - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedSecretsChangeDetector
U
- unwatch() - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedConfigMapChangeDetector
- unwatch() - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedSecretsChangeDetector
W
- watch() - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedConfigMapChangeDetector
- watch() - Method in class org.springframework.cloud.kubernetes.fabric8.config.reload.EventBasedSecretsChangeDetector
All Classes and Interfaces|All Packages