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

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
 
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
 
APPLICATION_PROPERTIES - Static variable in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
 
APPLICATION_YAML - Static variable in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
 
APPLICATION_YML - Static variable in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
 
asObjectMap(Map<String, Object>) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
 

C

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
 
ConditionalOnKubernetesEnabled - Annotation Type in org.springframework.cloud.kubernetes.commons
Provides a more succinct conditional spring.cloud.kubernetes.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
 
createEnvironmentWithActiveProfiles(String[]) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
 
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
 

D

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.discovery.KubernetesServiceInstance
 
equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
 
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

FALLBACK_APPLICATION_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
Default application name.
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
 
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
 
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
 
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
 
getInstanceId() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
 
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
 
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.
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(String, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
 
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
 
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.leader.LeaderProperties
 
getNamespace(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
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
 
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
 
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
 
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
 
getServiceName() - 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
 
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
 
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

init() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.PollingConfigMapChangeDetector
 
init() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.PollingSecretsChangeDetector
 
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
 
isIncludeNotReadyAddresses() - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
 
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
 
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
 
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
 
KubernetesServiceInstance - Class in org.springframework.cloud.kubernetes.commons.discovery
 
KubernetesServiceInstance(String, String, String, int, Map<String, String>, Boolean) - 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 ServiceInstanceListSupplier for 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 - Class in org.springframework.cloud.kubernetes.commons.leader
 
LeaderProperties() - Constructor for class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
leaderProperties - Variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
 
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
 
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
 

N

name - 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 - Variable in class org.springframework.cloud.kubernetes.commons.config.AbstractConfigProperties
 
NAMESPACE_METADATA_KEY - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
Key of the namespace metadata.
NAMESPACE_PROPERTY - Static variable in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
 
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
 
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_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.
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
 
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
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
 
PREFIX - Static variable in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySource
 
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

reload() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
 
reloadProperties() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
 
restartLeaderReadinessWatcher() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
 
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 PropertySourceLocator for secrets.
SecretsPropertySourceLocator(SecretsConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
 
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
 
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.
setFilter(String) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
 
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
 
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
 
setMaxWaitForRestart(Duration) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
 
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
 
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.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
 
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
 
setRole(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
setRollingTimeout(Duration) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
 
setServiceAccountNamespacePath(String) - Method in class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
 
setServiceLabels(Map<String, String>) - Method in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
 
setServiceName(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
 
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
 
Source() - Constructor for class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties.Source
 
Source(String, String) - 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, 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.
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(Runnable) - 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
 
strategy - Variable in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
 

T

throwingMerger() - Static method in class org.springframework.cloud.kubernetes.commons.config.PropertySourceUtils
Throws IllegalStateException.
toString() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
 
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
 
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
 
A C D E F G H I K L M N O P R S T U V Y 
Skip navigation links

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