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

A

AbstractConfigProperties - Class in org.springframework.cloud.kubernetes.config
 
AbstractConfigProperties() - Constructor for class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 

B

BootstrapConfiguration - Class in org.springframework.cloud.kubernetes.config
 
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.
ConfigMapConfigProperties - Class in org.springframework.cloud.kubernetes.config
 
ConfigMapConfigProperties() - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapConfigProperties
 
ConfigMapPropertySource - Class in org.springframework.cloud.kubernetes.config
 
ConfigMapPropertySource(KubernetesClient, String, ConfigMapConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapPropertySource
 
ConfigMapPropertySource(KubernetesClient, String, String[], ConfigMapConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.config.ConfigMapPropertySource
 
ConfigMapPropertySource(KubernetesClient, String, String, String[], ConfigMapConfigProperties) - 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
 
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
 
ConfigReloadProperties.ReloadStrategy - Enum in org.springframework.cloud.kubernetes.config.reload
 
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
Provides the action to execute when the configuration changes.
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
 
ConfigUtils() - Constructor for class org.springframework.cloud.kubernetes.config.ConfigUtils
 

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
Finds all registered property sources of the given type.

G

getApplicationName(Environment, C) - Static method in class org.springframework.cloud.kubernetes.config.ConfigUtils
 
getApplicationNamespace(KubernetesClient, Environment, C) - 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
 
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.reload.ConfigurationUpdateStrategy
 
getNamespace() - Method in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
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
 
getStrategy() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 

I

init() - Method in class org.springframework.cloud.kubernetes.config.reload.PollingConfigurationChangeDetector
 
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
 
KubernetesPropertySource - Class in org.springframework.cloud.kubernetes.config
Secrets and ConfigMaps shared features.
KubernetesPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.cloud.kubernetes.config.KubernetesPropertySource
 
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
 
log - Variable in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 

N

name - Variable in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
namespace - Variable in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 

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
 
properties - Variable in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 
propertyChangeWatcher(ConfigReloadProperties, ConfigurationUpdateStrategy) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
Provides a bean that listen to configuration changes and fire a reload.
putPathConfig(Map<String, ? super String>, List<String>) - Static method in class org.springframework.cloud.kubernetes.config.KubernetesPropertySource
 

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
 
SecretsConfigProperties() - Constructor for class org.springframework.cloud.kubernetes.config.SecretsConfigProperties
 
SecretsPropertySource - Class in org.springframework.cloud.kubernetes.config
 
SecretsPropertySource(KubernetesClient, Environment, SecretsConfigProperties) - 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
 
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
 
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
 
setNamespace(String) - Method in class org.springframework.cloud.kubernetes.config.AbstractConfigProperties
 
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(Long) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
setStrategy(ConfigReloadProperties.ReloadStrategy) - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigReloadProperties
 
shutdown() - Method in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 
strategy - Variable in class org.springframework.cloud.kubernetes.config.reload.ConfigurationChangeDetector
 

T

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

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 E F G I K L N O P R S T U V W 
Skip navigation links

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