Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractConfigProperties - Class in org.springframework.cloud.kubernetes.commons.config
-
Abstraction over configuration properties.
- AbstractConfigProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- AbstractConfigProperties.RetryProperties - Class in org.springframework.cloud.kubernetes.commons.config
-
Kubernetes config retry properties.
- AbstractKubernetesHealthIndicator - Class in org.springframework.cloud.kubernetes.commons
- AbstractKubernetesHealthIndicator() - Constructor for class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
- AbstractKubernetesInfoContributor - Class in org.springframework.cloud.kubernetes.commons
- AbstractKubernetesInfoContributor() - Constructor for class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
- AbstractKubernetesProfileEnvironmentPostProcessor - Class in org.springframework.cloud.kubernetes.commons.profile
- AbstractKubernetesProfileEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
- afterPropertiesSet() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer
- APPLICATION_PROPERTIES - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
-
application.properties property.
- APPLICATION_YAML - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
-
application.yaml property.
- APPLICATION_YML - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
-
application.yml property.
C
- candidate - Variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- changed(List<? extends MapPropertySource>, List<? extends MapPropertySource>) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
- changed(MapPropertySource, MapPropertySource) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
-
Determines if two property sources are different.
- 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
-
@Conditionalthat matches when either or both of@ConditionalOnKubernetesConfigRetryEnabledand@ConditionalOnKubernetesSecretsRetryEnabled. - ConditionalOnKubernetesConfigOrSecretsRetryEnabled.OnKubernetesConfigPropertiesRetryEnabled - Class in org.springframework.cloud.kubernetes.commons.config
- ConditionalOnKubernetesConfigRetryDisabled - Annotation Type in org.springframework.cloud.kubernetes.commons.config
-
@Conditionalthat 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
-
@Conditionalthat 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
-
@Conditionalthat 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
-
@Conditionalthat 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
MapPropertySourcethat 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
PropertySourceLocatorthat 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
- createKubernetesClientProperties(Binder, BindHandler) - Static method in class org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
- createKubernetesDiscoveryProperties(Binder, BindHandler) - Static method in class org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
- createPodReadinessWatcher(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- currentPod() - Method in interface org.springframework.cloud.kubernetes.commons.PodUtils
D
- DEFAULT_USER_AGENT - Static variable in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
-
Default user-agent for kubernetes client.
- defaultProcessAllEntries(Map<String, String>, Environment) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
- determineSources() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
- determineSources() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- discoveryProperties - Variable in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
- doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
E
- enabled - Variable in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- environment - Variable in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
- environment - Variable in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
- EnvReader - Class in org.springframework.cloud.kubernetes.commons
- equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.NormalizedSource
- equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.NormalizedSource
- equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
- EVENT - Enum constant in enum org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadDetectionMode
-
Listens to Kubernetes events and checks if a reload is needed when configmaps or secrets change.
- EventReloadDetectionMode - Class in org.springframework.cloud.kubernetes.commons.config.reload.condition
-
A condition for Event ReloadDetectionMode and auto configuration.
- EventReloadDetectionMode() - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.condition.EventReloadDetectionMode
- executeCycle() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.PollingConfigMapChangeDetector
- executeCycle() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.PollingSecretsChangeDetector
- extractLeader(Map<String, String>) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- extractProperties(String, String, Environment) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
F
- failFast - Variable in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- FALLBACK_APPLICATION_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
-
Default application name.
- findPrefix(String, Boolean, boolean, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
- findPropertySource(Class<S>) - Method in class org.springframework.cloud.kubernetes.commons.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.commons.config.reload.ConfigurationChangeDetector
G
- get() - Method in class org.springframework.cloud.kubernetes.commons.LazilyInstantiate
- get() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
- getAnnotationsPrefix() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- getApiVersion() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getApplicationName(Environment, String, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
- getCaCertData() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getCaCertFile() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getCacheLoadingTimeoutSeconds() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- getClientCertData() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getClientCertFile() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getClientKeyAlgo() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getClientKeyData() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getClientKeyFile() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getClientKeyPassphrase() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getCluster() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getClusterDomain() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
-
Get cluster domain.
- getConfigMapName() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- getConfigurationTarget() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- getConfigurationTarget() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
- getConfigurationTarget() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- getConnectionTimeout() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getDetails() - Method in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
- getDetails() - Method in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
- getDiscoveryEnabled(Binder, BindHandler) - Static method in class org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
- getEnabled() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
-
Gets enabled.
- getEnv(String) - Static method in class org.springframework.cloud.kubernetes.commons.EnvReader
- getExplicitPrefix() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- getFilter() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- getHost() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getHttpProxy() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getHttpsProxy() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getId() - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
- getIncludeProfileSpecificSources() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- getInitialInterval() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties.RetryProperties
- getInstanceId() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getInstances(String) - Method in interface org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerInstanceProvider
- getKnownSecurePorts() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- getLabels() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- getLabels() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.NormalizedSource
- getLabels() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- getLabelsPrefix() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- getLeaderData(Candidate) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- getLeaderIdPrefix() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- getLeaderKey() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- getLocalLeader() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- getLoggingInterval() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getMapPropertySource(String, ConfigMapConfigProperties.NormalizedSource, String, ConfigurableEnvironment) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySourceLocator
- getMapWithPrefixedKeys(Map<String, String>, String) - Static method in interface org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServiceInstanceMapper
- getMasterUrl() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getMaxAttempts() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties.RetryProperties
- getMaxInterval() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties.RetryProperties
- getMaxWaitForRestart() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- getMetadata() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- getMetadata() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getMode() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- getMode() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
-
Gets mode.
- getMultiplier() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties.RetryProperties
- getName() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- getName() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.NormalizedSource
- getName() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- getName() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
- getName() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.NormalizedSource
- getName() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- getName(String, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
- getNamespace() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- getNamespace() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.NormalizedSource
- getNamespace() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- getNamespace() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.NormalizedSource
- getNamespace() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- getNamespace() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getNamespace() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getNamespace() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider
- getNamespace() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- getNamespace(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- getNamespaceFromServiceAccountFile(String) - Static method in class org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider
- getNoProxy() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getOauthToken() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getOrder() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- getOrder() - Method in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
- getPassword() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getPaths() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
- getPaths() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- getPeriod() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- getPhase() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderInitiator
- getPort() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getPortName() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
-
Gets portName.
- getPortsPrefix() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- getPrefix() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.NormalizedSource
- getPrimaryPortName() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- getPropertySource(ConfigurableEnvironment, SecretsConfigProperties.NormalizedSource, String) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
- getProxyPassword() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getProxyUsername() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getRequestTimeout() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getRetry() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- getRole() - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
- getRole() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- getRollingTimeout() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getScheme() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getSecure() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getServiceAccountNamespacePath() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getServiceId() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getServiceId() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
- getServiceLabels() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- getSourceName(String, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySource
- getSources() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
- getSources() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- getStrategy() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- getTrustCerts() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getUpdatePeriod() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- getUri() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- getUserAgent() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getUsername() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getWatchReconnectInterval() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- getWatchReconnectLimit() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
H
- handleLeaderChange(Leader) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- hasConfigServerInstanceProvider() - Static method in class org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
- hashCode() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.NormalizedSource
- hashCode() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- hashCode() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.NormalizedSource
- hashCode() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- hashCode() - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
- HOST_IP - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
-
Host IP key.
- HOST_IP - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
Host IP key.
I
- includeProfileSpecificSources - Variable in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- includeProfileSpecificSources - Variable in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
-
Use profile name to append to a config map name.
- includeProfileSpecificSources(boolean, Boolean) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
- init() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.PollingConfigMapChangeDetector
- init() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.PollingSecretsChangeDetector
- initialize() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer
- INSIDE - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
-
Inside key.
- INSIDE - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
Inside key.
- isAddAnnotations() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- isAddLabels() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- isAddPorts() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- isAllNamespaces() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- isAutoStartup() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderInitiator
- isAutoStartup() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- isCandidate(Candidate) - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
- isEmpty() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- isEmpty() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- isEnableApi() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
- isEnableApi() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- isEnabled() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- isEnabled() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- isEnabled() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- isEnabled() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- isFailFast() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- isIncludeNotReadyAddresses() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- isIncludeProfileSpecificSources() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- isIncludeProfileSpecificSources() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.NormalizedSource
- isInsideKubernetes() - Method in interface org.springframework.cloud.kubernetes.commons.PodUtils
- isInsideKubernetes(Environment) - Method in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
- isLeader() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderContext
- isMonitoringConfigMaps() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- isMonitoringSecrets() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- isPublishFailedEvents() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- isRunning() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderInitiator
- isSecure() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- isSecure(Map<String, String>, Map<String, String>, String, Integer) - Static method in interface org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServiceInstanceMapper
- isTrustCerts() - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- isUseNameAsPrefix() - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- isUseNameAsPrefix() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- isWaitCacheReady() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
K
- KEY_VALUE_TO_PROPERTIES - Static variable in class org.springframework.cloud.kubernetes.commons.config.PropertySourceUtils
-
Function to convert a String to Properties.
- KIND - Static variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- KIND_KEY - Static variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- KUBERNETES - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
Kubernetes key.
- KUBERNETES_PROFILE - Static variable in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
-
Profile name.
- KubernetesBootstrapConfiguration - Class in org.springframework.cloud.kubernetes.commons.config
- KubernetesBootstrapConfiguration() - Constructor for class org.springframework.cloud.kubernetes.commons.config.KubernetesBootstrapConfiguration
- KubernetesClientProperties - Class in org.springframework.cloud.kubernetes.commons
-
Kubernetes client properties.
- KubernetesClientProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- KubernetesCommonsAutoConfiguration - Class in org.springframework.cloud.kubernetes.commons
- KubernetesCommonsAutoConfiguration() - Constructor for class org.springframework.cloud.kubernetes.commons.KubernetesCommonsAutoConfiguration
- KubernetesConfigServerBootstrapper - Class in org.springframework.cloud.kubernetes.commons.config
- KubernetesConfigServerBootstrapper() - Constructor for class org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
- KubernetesConfigServerInstanceProvider - Interface in org.springframework.cloud.kubernetes.commons.config
- KubernetesDiscoveryClientHealthIndicatorInitializer - Class in org.springframework.cloud.kubernetes.commons.discovery
- KubernetesDiscoveryClientHealthIndicatorInitializer(PodUtils, ApplicationEventPublisher) - Constructor for class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer
- KubernetesDiscoveryProperties - Class in org.springframework.cloud.kubernetes.commons.discovery
- KubernetesDiscoveryProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- KubernetesDiscoveryProperties.Metadata - Class in org.springframework.cloud.kubernetes.commons.discovery
-
Metadata properties.
- KubernetesLoadBalancerMode - Enum in org.springframework.cloud.kubernetes.commons.loadbalancer
-
Kubernetes load balancer mode enum.
- KubernetesLoadBalancerProperties - Class in org.springframework.cloud.kubernetes.commons.loadbalancer
-
Kubernetes load balancer client properties.
- KubernetesLoadBalancerProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
- KubernetesNamespaceProvider - Class in org.springframework.cloud.kubernetes.commons
- KubernetesNamespaceProvider(Environment) - Constructor for class org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider
- KubernetesServiceInstance - Class in org.springframework.cloud.kubernetes.commons.discovery
- KubernetesServiceInstance() - Constructor for class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- KubernetesServiceInstance(String, String, String, int, Map<String, String>, Boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- KubernetesServiceInstance(String, String, String, int, Map<String, String>, Boolean, String, String) - Constructor for class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- KubernetesServiceInstanceMapper<T> - Interface in org.springframework.cloud.kubernetes.commons.loadbalancer
- KubernetesServicesListSupplier - Class in org.springframework.cloud.kubernetes.commons.loadbalancer
-
Implementation of
ServiceInstanceListSupplierfor load balancer in SERVICE mode. - KubernetesServicesListSupplier(Environment, KubernetesServiceInstanceMapper, KubernetesDiscoveryProperties) - Constructor for class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
L
- LABELS - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
-
Labels key.
- LABELS - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
Labels key.
- LazilyInstantiate<T> - Class in org.springframework.cloud.kubernetes.commons
-
Lazy instantiation utility class.
- Leader - Class in org.springframework.cloud.kubernetes.commons.leader
- Leader(String, String) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.Leader
- LeaderContext - Class in org.springframework.cloud.kubernetes.commons.leader
- LeaderContext(Candidate, LeadershipController) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.LeaderContext
- leaderEventPublisher - Variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- LeaderInfoContributor - Class in org.springframework.cloud.kubernetes.commons.leader
- LeaderInfoContributor(LeadershipController, Candidate) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.LeaderInfoContributor
- LeaderInitiator - Class in org.springframework.cloud.kubernetes.commons.leader
- LeaderInitiator(LeaderProperties, LeadershipController, LeaderRecordWatcher, PodReadinessWatcher) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.LeaderInitiator
- leaderProperties - Variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- LeaderProperties - Class in org.springframework.cloud.kubernetes.commons.leader
- LeaderProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- leaderReadinessWatcher - Variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- LeaderRecordWatcher - Interface in org.springframework.cloud.kubernetes.commons.leader
- LeadershipController - Class in org.springframework.cloud.kubernetes.commons.leader
- LeadershipController(Candidate, LeaderProperties, LeaderEventPublisher) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- localLeader - Variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- locate(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySourceLocator
- locate(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
- locateCollection(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySourceLocator
- locateCollection(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
- locateMapPropertySources(PropertySourceLocator, Environment) - Method in class org.springframework.cloud.kubernetes.commons.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.commons.config.reload.ConfigurationChangeDetector
- log - Variable in class org.springframework.cloud.kubernetes.commons.config.reload.PollingConfigMapChangeDetector
- log - Variable in class org.springframework.cloud.kubernetes.commons.config.reload.PollingSecretsChangeDetector
M
- map(T) - Method in interface org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServiceInstanceMapper
- mapper - Variable in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.condition.EventReloadDetectionMode
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.condition.PollingReloadDetectionMode
- Metadata() - Constructor for class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- MountConfigMapPropertySource - Class in org.springframework.cloud.kubernetes.commons.config
- MountConfigMapPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.cloud.kubernetes.commons.config.MountConfigMapPropertySource
N
- name - Variable in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- namespace - Variable in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- NAMESPACE - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
-
Namespace key.
- NAMESPACE - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
Namespace key.
- NAMESPACE_METADATA_KEY - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
-
Key of the namespace metadata.
- NAMESPACE_PATH_PROPERTY - Static variable in class org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider
-
Property for namespace file path.
- NAMESPACE_PROPERTY - Static variable in class org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider
-
Property name for namespace.
- NAMESPACE_PROPERTY - Static variable in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
- NamespaceResolutionFailedException - Exception in org.springframework.cloud.kubernetes.commons.config
- NamespaceResolutionFailedException(String) - Constructor for exception org.springframework.cloud.kubernetes.commons.config.NamespaceResolutionFailedException
- NODE_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
-
Node name key.
- NODE_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
Node name key.
- normalize(String, String) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
-
Deprecated.
- normalize(String, String, boolean, boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- normalize(String, String, Map<String, String>) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- notifyOnFailedToAcquire() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- notifyOnGranted() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- notifyOnRevoked() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
O
- org.springframework.cloud.kubernetes.commons - package org.springframework.cloud.kubernetes.commons
- org.springframework.cloud.kubernetes.commons.config - package org.springframework.cloud.kubernetes.commons.config
- org.springframework.cloud.kubernetes.commons.config.reload - package org.springframework.cloud.kubernetes.commons.config.reload
- org.springframework.cloud.kubernetes.commons.config.reload.condition - package org.springframework.cloud.kubernetes.commons.config.reload.condition
- org.springframework.cloud.kubernetes.commons.discovery - package org.springframework.cloud.kubernetes.commons.discovery
- org.springframework.cloud.kubernetes.commons.leader - package org.springframework.cloud.kubernetes.commons.leader
- org.springframework.cloud.kubernetes.commons.loadbalancer - package org.springframework.cloud.kubernetes.commons.loadbalancer
- org.springframework.cloud.kubernetes.commons.profile - package org.springframework.cloud.kubernetes.commons.profile
P
- POD - Enum constant in enum org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerMode
-
using pod ip and port.
- POD_IP - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
-
Pod IP key.
- POD_IP - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
Pod IP key.
- POD_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
-
Pod name key.
- POD_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
Pod name key.
- PodReadinessWatcher - Interface in org.springframework.cloud.kubernetes.commons.leader
- PodUtils<T> - Interface in org.springframework.cloud.kubernetes.commons
-
Utility interface to retrieve Pod related information.
- POLLING - Enum constant in enum org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadDetectionMode
-
Enables a polling task that retrieves periodically all external properties and fire a reload when they change.
- PollingConfigMapChangeDetector - Class in org.springframework.cloud.kubernetes.commons.config.reload
-
A change detector that periodically retrieves configmaps and fire a reload when something changes.
- PollingConfigMapChangeDetector(AbstractEnvironment, ConfigReloadProperties, ConfigurationUpdateStrategy, Class, PropertySourceLocator) - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.PollingConfigMapChangeDetector
-
Deprecated.
- PollingConfigMapChangeDetector(AbstractEnvironment, ConfigReloadProperties, ConfigurationUpdateStrategy, Class, PropertySourceLocator, TaskScheduler) - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.PollingConfigMapChangeDetector
- PollingReloadDetectionMode - Class in org.springframework.cloud.kubernetes.commons.config.reload.condition
-
A condition for Polling ReloadDetectionMode and auto configuration.
- PollingReloadDetectionMode() - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.condition.PollingReloadDetectionMode
- PollingSecretsChangeDetector - Class in org.springframework.cloud.kubernetes.commons.config.reload
-
A change detector that periodically retrieves secrets and fire a reload when something changes.
- PollingSecretsChangeDetector(AbstractEnvironment, ConfigReloadProperties, ConfigurationUpdateStrategy, Class, PropertySourceLocator) - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.PollingSecretsChangeDetector
-
Deprecated.
- PollingSecretsChangeDetector(AbstractEnvironment, ConfigReloadProperties, ConfigurationUpdateStrategy, Class, PropertySourceLocator, TaskScheduler) - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.PollingSecretsChangeDetector
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
- PREFIX - Static variable in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
-
Prefix for Kubernetes secrets configuration properties.
- PREFIX - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
-
prefix of the configMap.
- PREFIX - Static variable in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
-
Prefix for Kubernetes secrets configuration properties.
- processAllEntries(Map<String, String>, Environment) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
- properties - Variable in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySourceLocator
- properties - Variable in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
- properties - Variable in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
- PROPERTIES_TO_MAP - Static variable in class org.springframework.cloud.kubernetes.commons.config.PropertySourceUtils
-
Function to convert Properties to a Map.
- PROPERTY_SOURCE_NAME_SEPARATOR - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
-
Property separator.
- PropertySourceUtils - Class in org.springframework.cloud.kubernetes.commons.config
-
Utility class to work with property sources.
- PROVIDER - Static variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- PROVIDER_KEY - Static variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- putAll(Map<String, String>, Map<String, Object>) - Static method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySource
- putPathConfig(CompositePropertySource) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
R
- REFRESH - Enum constant in enum org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadStrategy
-
Fire a refresh of beans annotated with @ConfigurationProperties or @RefreshScope.
- reload() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
- reloadProperties() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
- RESTART_CONTEXT - Enum constant in enum org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadStrategy
-
Restarts the Spring ApplicationContext to apply the new configuration.
- restartLeaderReadinessWatcher() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- retry - Variable in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- RetryProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties.RetryProperties
- revoke() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
S
- SecretsConfigProperties - Class in org.springframework.cloud.kubernetes.commons.config
-
Properties for configuring Kubernetes secrets.
- SecretsConfigProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- SecretsConfigProperties.NormalizedSource - Class in org.springframework.cloud.kubernetes.commons.config
- SecretsConfigProperties.Source - Class in org.springframework.cloud.kubernetes.commons.config
- SecretsPropertySource - Class in org.springframework.cloud.kubernetes.commons.config
-
Kubernetes property source for secrets.
- SecretsPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySource
- SecretsPropertySourceLocator - Class in org.springframework.cloud.kubernetes.commons.config
-
Kubernetes
PropertySourceLocatorfor secrets. - SecretsPropertySourceLocator(SecretsConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
- SERVICE - Enum constant in enum org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerMode
-
using kubernetes service name and port.
- SERVICE_ACCOUNT - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
-
Service account key.
- SERVICE_ACCOUNT - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
-
Service account key.
- SERVICE_ACCOUNT_NAMESPACE_PATH - Static variable in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
-
Default path for namespace file.
- setAddAnnotations(boolean) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- setAddLabels(boolean) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- setAddPorts(boolean) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- setAllNamespaces(boolean) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setAnnotationsPrefix(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- setApiVersion(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setAutoStartup(boolean) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- setCaCertData(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setCaCertFile(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setCacheLoadingTimeoutSeconds(long) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setClientCertData(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setClientCertFile(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setClientKeyAlgo(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setClientKeyData(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setClientKeyFile(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setClientKeyPassphrase(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setCluster(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- setClusterDomain(String) - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
-
Sets cluster domain.
- setConfigMapName(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- setConnectionTimeout(Duration) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setEnableApi(boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
- setEnableApi(boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- setEnabled(boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- setEnabled(boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- setEnabled(boolean) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setEnabled(boolean) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- setEnabled(Boolean) - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
-
Sets enabled.
- setExplicitPrefix(String) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- setFailFast(boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- setFilter(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setHost(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- setHttpProxy(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setHttpsProxy(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setIncludeNotReadyAddresses(boolean) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setIncludeProfileSpecificSources(boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- setIncludeProfileSpecificSources(Boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- setInitialInterval(long) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties.RetryProperties
- setInstanceId(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- setKnownSecurePorts(Set<Integer>) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setLabels(Map<String, String>) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- setLabels(Map<String, String>) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- setLabelsPrefix(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- setLeaderIdPrefix(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- setLoggingInterval(Duration) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setMasterUrl(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setMaxAttempts(int) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties.RetryProperties
- setMaxInterval(long) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties.RetryProperties
- setMaxWaitForRestart(Duration) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- setMetadata(Map<String, String>) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- setMetadata(KubernetesDiscoveryProperties.Metadata) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setMode(ConfigReloadProperties.ReloadDetectionMode) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- setMode(KubernetesLoadBalancerMode) - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
-
Sets mode.
- setMonitoringConfigMaps(boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- setMonitoringSecrets(boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- setMultiplier(double) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties.RetryProperties
- setName(String) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- setName(String) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- setName(String) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- setNamespace(String) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- setNamespace(String) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- setNamespace(String) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- setNamespace(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- setNamespace(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setNamespace(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- setNoProxy(String[]) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setOauthToken(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setOrder(int) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setPassword(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setPaths(List<String>) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
- setPaths(List<String>) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- setPeriod(Duration) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- setPort(int) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- setPortName(String) - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
-
Sets portName.
- setPortsPrefix(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- setPrimaryPortName(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setProxyPassword(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setProxyUsername(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setPublishFailedEvents(boolean) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- setRequestTimeout(Duration) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setRetry(AbstractConfigProperties.RetryProperties) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- setRole(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- setRollingTimeout(Duration) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setSecure(Boolean) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- setServiceAccountNamespacePath(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setServiceId(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- setServiceLabels(Map<String, String>) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setSources(List<ConfigMapConfigProperties.Source>) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
- setSources(List<SecretsConfigProperties.Source>) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
- setStrategy(ConfigReloadProperties.ReloadStrategy) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
- setTrustCerts(Boolean) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setUpdatePeriod(Duration) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
- setUri(URI) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- setUseNameAsPrefix(boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- setUseNameAsPrefix(Boolean) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- setUserAgent(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setUsername(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setWaitCacheReady(boolean) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- setWatchReconnectInterval(Duration) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- setWatchReconnectLimit(Duration) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
- SHUTDOWN - Enum constant in enum org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadStrategy
-
Shuts down the Spring ApplicationContext to activate a restart of the container.
- Source() - Constructor for class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- Source() - Constructor for class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- Source(String, String) - Constructor for class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
- Source(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.Source
- SPRING_APPLICATION_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
-
Spring application name property.
- SPRING_CONFIG_ACTIVATE_ON_PROFILE - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
-
Property for profile specific configuration.
- SPRING_PROFILES - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
-
Property for legacy profile specific configuration.
- start() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderInitiator
- start() - Method in interface org.springframework.cloud.kubernetes.commons.leader.LeaderRecordWatcher
- start() - Method in interface org.springframework.cloud.kubernetes.commons.leader.PodReadinessWatcher
- stop() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderInitiator
- stop() - Method in interface org.springframework.cloud.kubernetes.commons.leader.LeaderRecordWatcher
- stop() - Method in interface org.springframework.cloud.kubernetes.commons.leader.PodReadinessWatcher
- stop(Runnable) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderInitiator
- strategy - Variable in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
T
- taskScheduler() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans
- throwingMerger() - Static method in class org.springframework.cloud.kubernetes.commons.config.PropertySourceUtils
-
returns a
BinaryOperatorthat unconditionally throws anIllegalStateException. - toString() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.NormalizedSource
- toString() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
- toString() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties.NormalizedSource
- toString() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySource
- toString() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
- toString() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
- toString() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
- toString() - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
U
- update() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
- useNameAsPrefix - Variable in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
- using(Supplier<T>) - Static method in class org.springframework.cloud.kubernetes.commons.LazilyInstantiate
V
- valueOf(String) - Static method in enum org.springframework.cloud.kubernetes.commons.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.commons.config.reload.ConfigReloadProperties.ReloadStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.cloud.kubernetes.commons.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.commons.config.reload.ConfigReloadProperties.ReloadStrategy
-
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.commons.loadbalancer.KubernetesLoadBalancerMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
Y
- yamlParserGenerator(Environment) - Static method in class org.springframework.cloud.kubernetes.commons.config.PropertySourceUtils
-
Function to convert String into Properties with an environment.
- yield() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderContext
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form