- candidate - Variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
-
- changed(MapPropertySource, MapPropertySource) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
-
Determines if two property sources are different.
- changed(List<? extends MapPropertySource>, List<? extends MapPropertySource>) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
-
- ConditionalOnKubernetesAndConfigEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons.config
-
- ConditionalOnKubernetesConfigEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons
-
Provides a more succinct conditional
spring.cloud.kubernetes.config.enabled
.
- ConditionalOnKubernetesConfigFailFastEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons.config
-
Provides a more succinct conditional
spring.cloud.kubernetes.config.fail-fast
.
- ConditionalOnKubernetesConfigOrSecretsRetryEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons.config
-
- ConditionalOnKubernetesConfigOrSecretsRetryEnabled.OnKubernetesConfigPropertiesRetryEnabled - Class in org.springframework.cloud.kubernetes.commons.config
-
- ConditionalOnKubernetesConfigRetryDisabled - Annotation Type in org.springframework.cloud.kubernetes.commons.config
-
@Conditional
that matches when at least one of Spring Cloud
Kubernetes, Kubernetes ConfigMap property sources or Kubernetes ConfigMap property
sources fail fast (thus retry) is disabled.
- ConditionalOnKubernetesConfigRetryDisabled.OnConfigMapPropertiesRetryDisabled - Class in org.springframework.cloud.kubernetes.commons.config
-
- ConditionalOnKubernetesConfigRetryEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons.config
-
@Conditional
that only
matches when Spring Cloud Kubernetes, Kubernetes config, Kubernetes config fail-fast
and Kubernetes config retry are enabled.
- ConditionalOnKubernetesEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons
-
Provides a more succinct conditional spring.cloud.kubernetes.enabled
.
- ConditionalOnKubernetesSecretsEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons
-
Provides a more succinct conditional
spring.cloud.kubernetes.secrets.enabled
.
- ConditionalOnKubernetesSecretsFailFastEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons.config
-
Provides a more succinct conditional
spring.cloud.kubernetes.secrets.fail-fast
.
- ConditionalOnKubernetesSecretsRetryDisabled - Annotation Type in org.springframework.cloud.kubernetes.commons.config
-
@Conditional
that matches when at least one of Spring Cloud
Kubernetes, Kubernetes Secret property sources or Kubernetes Secret property sources
fail fast (thus retry) is disabled.
- ConditionalOnKubernetesSecretsRetryDisabled.OnSecretsPropertiesRetryDisabled - Class in org.springframework.cloud.kubernetes.commons.config
-
- ConditionalOnKubernetesSecretsRetryEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons.config
-
@Conditional
that only
matches when Spring Cloud Kubernetes, Kubernetes secrets, Kubernetes secrets fail-fast
and Kubernetes secrets retry are enabled.
- ConfigMapConfigProperties - Class in org.springframework.cloud.kubernetes.commons.config
-
Config map configuration properties.
- ConfigMapConfigProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
-
- ConfigMapConfigProperties.NormalizedSource - Class in org.springframework.cloud.kubernetes.commons.config
-
- ConfigMapConfigProperties.Source - Class in org.springframework.cloud.kubernetes.commons.config
-
Config map source.
- ConfigMapPropertySource - Class in org.springframework.cloud.kubernetes.commons.config
-
A MapPropertySource
that uses Kubernetes config maps.
- ConfigMapPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
-
- ConfigMapPropertySourceLocator - Class in org.springframework.cloud.kubernetes.commons.config
-
A PropertySourceLocator
that uses config maps.
- ConfigMapPropertySourceLocator(ConfigMapConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySourceLocator
-
- ConfigReloadAutoConfiguration - Class in org.springframework.cloud.kubernetes.commons.config.reload
-
- ConfigReloadAutoConfiguration() - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadAutoConfiguration
-
- ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans - Class in org.springframework.cloud.kubernetes.commons.config.reload
-
Configuration reload must be enabled explicitly.
- ConfigReloadAutoConfigurationBeans() - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
- ConfigReloadProperties - Class in org.springframework.cloud.kubernetes.commons.config.reload
-
General configuration for the configuration reload.
- ConfigReloadProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
-
- ConfigReloadProperties.ReloadDetectionMode - Enum in org.springframework.cloud.kubernetes.commons.config.reload
-
Reload detection modes.
- ConfigReloadProperties.ReloadStrategy - Enum in org.springframework.cloud.kubernetes.commons.config.reload
-
Reload strategies.
- ConfigurationChangeDetector - Class in org.springframework.cloud.kubernetes.commons.config.reload
-
This is the superclass of all beans that can listen to changes in the configuration and
fire a reload.
- ConfigurationChangeDetector(ConfigurableEnvironment, ConfigReloadProperties, ConfigurationUpdateStrategy) - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
-
- configurationUpdateStrategy(ConfigReloadProperties, ConfigurableApplicationContext, RestartEndpoint, ContextRefresher) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
-
- ConfigurationUpdateStrategy - Class in org.springframework.cloud.kubernetes.commons.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.commons.config.reload.ConfigurationUpdateStrategy
-
- ConfigUtils - Class in org.springframework.cloud.kubernetes.commons.config
-
Utility class that works with configuration properties.
- Constants - Class in org.springframework.cloud.kubernetes.commons.config
-
- contribute(Info.Builder) - Method in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
- contribute(Info.Builder) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderInfoContributor
-
- createHost(String, String, String) - Static method in interface org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServiceInstanceMapper
-
- createPodReadinessWatcher(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
-
- currentPod() - Method in interface org.springframework.cloud.kubernetes.commons.PodUtils
-