Skip navigation links
A B C D E F G I K L N O P R S T U V W 

A

AbstractConfigProperties - Class in org.springframework.cloud.kubernetes.config
Abstraction over configuration properties.
AbstractConfigProperties() - Constructor for class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 

B

BootstrapConfiguration - Class in org.springframework.cloud.kubernetes.config
Auto configuration that reuses Kubernetes config maps as property sources.
BootstrapConfiguration() - Constructor for class org.springframework.cloud.kubernetes.config.BootstrapConfiguration
 
BootstrapConfiguration.KubernetesPropertySourceConfiguration - Class in org.springframework.cloud.kubernetes.config
 

C

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.

D

determineSources() - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
 
determineSources() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 

E

enabled - Variable in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
environment - Variable in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 
EventBasedConfigurationChangeDetector - Class in org.springframework.cloud.kubernetes.config.reload
A change detector that subscribes to changes in secrets and configmaps and fire a reload when something changes.
EventBasedConfigurationChangeDetector(AbstractEnvironment, ConfigReloadProperties, KubernetesClient, ConfigurationUpdateStrategy, ConfigMapPropertySourceLocator, SecretsPropertySourceLocator) - Constructor for class org.springframework.cloud.kubernetes.config.reload.EventBasedConfigurationChangeDetector
 
executeCycle() - Method in class org.springframework.cloud.kubernetes.config.reload.PollingConfigurationChangeDetector
 

F

findPropertySource(Class<S>) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
Finds one registered property source of the given type, logging a warning if multiple property sources of that type are available.
findPropertySources(Class<S>) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 

G

getApplicationName(Environment, String, String) - Static method in class org.springframework.cloud.kubernetes.config.ConfigUtils
 
getApplicationNamespace(KubernetesClient, String, String) - Static method in class org.springframework.cloud.kubernetes.config.ConfigUtils
 
getConfigurationTarget() - Method in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
getConfigurationTarget() - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
 
getConfigurationTarget() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
getLabels() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
getLabels() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 
getMaxWaitForRestart() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
getMode() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
getName() - Method in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
getName() - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties.Source
 
getName() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationUpdateStrategy
 
getName() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 
getNamespace() - Method in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
getNamespace() - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties.Source
 
getNamespace() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 
getPaths() - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
 
getPaths() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
getPeriod() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
getSources() - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
 
getSources() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
getStrategy() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 

I

init() - Method in class org.springframework.cloud.kubernetes.config.reload.PollingConfigurationChangeDetector
 
isEmpty() - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties.Source
 
isEmpty() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 
isEnableApi() - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
 
isEnableApi() - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
isEnabled() - Method in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
isEnabled() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
isMonitoringConfigMaps() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
isMonitoringSecrets() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 

K

kubernetesClient - Variable in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 
KubernetesPropertySourceConfiguration() - Constructor for class org.springframework.cloud.kubernetes.config.BootstrapConfiguration.KubernetesPropertySourceConfiguration
 

L

locate(Environment) - Method in class org.springframework.cloud.kubernetes.config.ConfigMapPropertySourceLocator
 
locate(Environment) - Method in class org.springframework.cloud.kubernetes.config.SecretsPropertySourceLocator
 
locateMapPropertySources(PropertySourceLocator, Environment) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
Returns a list of MapPropertySource that correspond to the current state of the system.
log - Variable in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 
log - Variable in class org.springframework.cloud.kubernetes.config.reload.PollingConfigurationChangeDetector
 

N

name - Variable in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
namespace - Variable in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
normalize(String, String) - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties.Source
 
normalize(String, String, Map<String, String>) - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 

O

org.springframework.cloud.kubernetes.config - package org.springframework.cloud.kubernetes.config
 
org.springframework.cloud.kubernetes.config.reload - package org.springframework.cloud.kubernetes.config.reload
 

P

PollingConfigurationChangeDetector - Class in org.springframework.cloud.kubernetes.config.reload
A change detector that periodically retrieves secrets and configmaps and fire a reload when something changes.
PollingConfigurationChangeDetector(AbstractEnvironment, ConfigReloadProperties, KubernetesClient, ConfigurationUpdateStrategy, ConfigMapPropertySourceLocator, SecretsPropertySourceLocator) - Constructor for class org.springframework.cloud.kubernetes.config.reload.PollingConfigurationChangeDetector
Deprecated.
PollingConfigurationChangeDetector(AbstractEnvironment, ConfigReloadProperties, KubernetesClient, ConfigurationUpdateStrategy, ConfigMapPropertySourceLocator, SecretsPropertySourceLocator, TaskScheduler, ConfigReloadProperties) - Constructor for class org.springframework.cloud.kubernetes.config.reload.PollingConfigurationChangeDetector
 
properties - Variable in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 
propertyChangeWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy, ConfigMapPropertySourceLocator, SecretsPropertySourceLocator, TaskSchedulerWrapper) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
 
PropertySourceUtils - Class in org.springframework.cloud.kubernetes.config
Utility class to work with property sources.

R

reload() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationUpdateStrategy
 
reloadProperties() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 

S

SecretsConfigProperties - Class in org.springframework.cloud.kubernetes.config
Properties for configuring Kubernetes secrets.
SecretsConfigProperties() - Constructor for class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
SecretsConfigProperties.Source - Class in org.springframework.cloud.kubernetes.config
 
SecretsPropertySource - Class in org.springframework.cloud.kubernetes.config
Kubernetes property source for secrets.
SecretsPropertySource(KubernetesClient, Environment, String, String, Map<String, String>) - Constructor for class org.springframework.cloud.kubernetes.config.SecretsPropertySource
 
secretsPropertySourceLocator(SecretsConfigProperties) - Method in class org.springframework.cloud.kubernetes.config.BootstrapConfiguration.KubernetesPropertySourceConfiguration
 
SecretsPropertySourceLocator - Class in org.springframework.cloud.kubernetes.config
Kubernetes PropertySourceLocator for secrets.
SecretsPropertySourceLocator(KubernetesClient, SecretsConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.config.SecretsPropertySourceLocator
 
setEnableApi(boolean) - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
 
setEnableApi(boolean) - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
setEnabled(boolean) - Method in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
setEnabled(boolean) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
setLabels(Map<String, String>) - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
setLabels(Map<String, String>) - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 
setMaxWaitForRestart(Duration) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
setMode(ConfigReloadProperties.ReloadDetectionMode) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
setMonitoringConfigMaps(boolean) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
setMonitoringSecrets(boolean) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
setName(String) - Method in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
setName(String) - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties.Source
 
setName(String) - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 
setNamespace(String) - Method in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
setNamespace(String) - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties.Source
 
setNamespace(String) - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 
setPaths(List<String>) - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
 
setPaths(List<String>) - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
setPeriod(Duration) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
setSources(List<ConfigMapConfigProperties.Source>) - Method in class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
 
setSources(List<SecretsConfigProperties.Source>) - Method in class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
setStrategy(ConfigReloadProperties.ReloadStrategy) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
shutdown() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 
Source() - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties.Source
 
Source(String, String) - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties.Source
 
Source() - Constructor for class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 
Source(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.kubernetes.config.SecretsConfigProperties.Source
 
strategy - Variable in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 

T

taskScheduler() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
 
toString() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationUpdateStrategy
 
toString() - Method in class org.springframework.cloud.kubernetes.config.SecretsPropertySource
 

U

unwatch() - Method in class org.springframework.cloud.kubernetes.config.reload.EventBasedConfigurationChangeDetector
 

V

valueOf(String) - Static method in enum org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties.ReloadDetectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties.ReloadStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties.ReloadDetectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties.ReloadStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

watch() - Method in class org.springframework.cloud.kubernetes.config.reload.EventBasedConfigurationChangeDetector
 
A B C D E F G I K L N O P R S T U V W 
Skip navigation links

Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.