Index

A B C D E F G H I K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

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
 
addAnnotations() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns the value of the addAnnotations record component.
addLabels() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns the value of the addLabels record component.
addPodAnnotations() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns the value of the addPodAnnotations record component.
addPodLabels() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns the value of the addPodLabels record component.
addPorts() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns the value of the addPorts record component.
allNamespaces() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the allNamespaces record component.
annotations() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.PodLabelsAndAnnotations
Returns the value of the annotations record component.
annotations() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServiceMetadata
Returns the value of the annotations record component.
annotationsPrefix() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns the value of the annotationsPrefix record component.
apiVersion() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the apiVersion record component.
appendProfileToName() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
append or not the active profiles to the name of the generated source.
appendProfileToName() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
append or not the active profiles to the name of the generated source.
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.
attachReadinessLoggerPipeline(CompletableFuture, String) - Static method in class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionInitiatorUtil
if 'ready' is already completed at this point, thread will run this, otherwise it will attach the pipeline and move on to 'blockReadinessCheck'.

B

BATCH - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.ReadType
read sources in a batch (all in namespace).
blockReadinessCheck(CompletableFuture) - Static method in class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionInitiatorUtil
 

C

caCertData() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the caCertData record component.
caCertFile() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the caCertFile record component.
CachedSingleThreadScheduler - Class in org.springframework.cloud.kubernetes.commons.leader.election
This is taken from fabric8 with some changes (we need it, so it could be placed in the common package).
CachedSingleThreadScheduler(String, long) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.election.CachedSingleThreadScheduler
 
cacheLoadingTimeoutSeconds() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the cacheLoadingTimeoutSeconds record component.
candidate - Variable in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
 
candidateIdentity() - Method in class org.springframework.cloud.kubernetes.commons.leader.election.events.NewLeaderEvent
 
candidateIdentity() - Method in class org.springframework.cloud.kubernetes.commons.leader.election.events.StartLeadingEvent
 
candidateIdentity() - Method in class org.springframework.cloud.kubernetes.commons.leader.election.events.StopLeadingEvent
 
candidateIdentity() - Method in class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionCallbacks
 
CATALOG_WATCH_PROPERTY_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
catalog watch delay property name.
CATALOG_WATCH_PROPERTY_WITH_DEFAULT_VALUE - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
catalog watch delay property name with default value.
CATALOG_WATCHER_DEFAULT_DELAY - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
default delay for the configuration watcher.
clientCertData() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the clientCertData record component.
clientCertFile() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the clientCertFile record component.
clientKeyAlgo() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the clientKeyAlgo record component.
clientKeyData() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the clientKeyData record component.
clientKeyFile() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the clientKeyFile record component.
clientKeyPassphrase() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the clientKeyPassphrase record component.
clientProperties() - Method in record class org.springframework.cloud.kubernetes.commons.configdata.ConfigDataPropertiesHolder
Returns the value of the clientProperties record component.
cloudPlatform() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer.RegisteredEventSource
Returns the value of the cloudPlatform record component.
cluster() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns the value of the cluster record component.
compute(String, ConfigUtils.Prefix, String, boolean, boolean, String, String[]) - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSourceData
 
compute(Map, ConfigUtils.Prefix, String, boolean, String) - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledSourceData
 
ConditionalOnBlockingOrReactiveDiscoveryEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Conditional that is resolved to active when either ConditionalOnBlockingDiscoveryEnabled or ConditionalOnReactiveDiscoveryEnabled matches.
ConditionalOnBlockingOrReactiveDiscoveryEnabled.OnBlockingOrReactiveDiscoveryEnabled - Class in org.springframework.cloud.kubernetes.commons.discovery.conditionals
 
ConditionalOnConfigMapsReloadEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config.reload.condition
Provides a more succinct conditional for: spring.cloud.kubernetes.reload.monitoring-configMaps.
ConditionalOnDiscoveryCacheableBlockingDisabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
ConditionalOnDiscoveryCacheableBlockingDisabled.OnDiscoveryCacheableBlockingDisabled - Class in org.springframework.cloud.kubernetes.commons.discovery.conditionals
 
ConditionalOnDiscoveryCacheableBlockingEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides a more succinct conditional for: spring.cloud.kubernetes.discovery.cacheable.blocking.enabled.
ConditionalOnDiscoveryCacheableReactiveDisabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
ConditionalOnDiscoveryCacheableReactiveDisabled.OnDiscoveryCacheableReactiveDisabled - Class in org.springframework.cloud.kubernetes.commons.discovery.conditionals
 
ConditionalOnDiscoveryCacheableReactiveEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides a more succinct conditional for: spring.cloud.kubernetes.discovery.cacheable.reactive.enabled.
ConditionalOnHttpDiscoveryCatalogWatcherEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides a more succinct conditional for: spring.cloud.kubernetes.http.discovery.client.catalog.watcher.enabled.
ConditionalOnKubernetesAndConfigEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config
 
ConditionalOnKubernetesCatalogEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides a more succinct conditional spring.cloud.kubernetes.discovery.catalog-services-watch.enabled.
ConditionalOnKubernetesCatalogWatcherEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides common conditionals to be used for catalog watcher.
ConditionalOnKubernetesConfigEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons
Provides a more succinct conditional spring.cloud.kubernetes.config.enabled.
ConditionalOnKubernetesConfigFailFastEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config
Provides a more succinct conditional spring.cloud.kubernetes.config.fail-fast.
ConditionalOnKubernetesConfigMapsOrSecretsEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons
@Conditional that matches when either or both of @ConditionalOnKubernetesConfigEnabled and @ConditionalOnKubernetesSecretsEnabled.
ConditionalOnKubernetesConfigMapsOrSecretsEnabled.OnKubernetesConfigMapsOrSecretesEnabled - Class in org.springframework.cloud.kubernetes.commons
 
ConditionalOnKubernetesConfigOrSecretsRetryEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config
ConditionalOnKubernetesConfigOrSecretsRetryEnabled.OnKubernetesConfigPropertiesRetryEnabled - Class in org.springframework.cloud.kubernetes.commons.config
 
ConditionalOnKubernetesConfigRetryDisabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config
@Conditional that matches when at least one of Spring Cloud Kubernetes, Kubernetes ConfigMap property sources or Kubernetes ConfigMap property sources fail fast (thus retry) is disabled.
ConditionalOnKubernetesConfigRetryDisabled.OnConfigMapPropertiesRetryDisabled - Class in org.springframework.cloud.kubernetes.commons.config
 
ConditionalOnKubernetesConfigRetryEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config
@Conditional that only matches when Spring Cloud Kubernetes, Kubernetes config, Kubernetes config fail-fast and Kubernetes config retry are enabled.
ConditionalOnKubernetesDiscoveryEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides a more succinct conditional spring.cloud.kubernetes.discovery.enabled.
ConditionalOnKubernetesHealthIndicatorEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.autoconfig
 
ConditionalOnKubernetesLoadBalancerEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.loadbalancer
Provides a more succinct conditional spring.cloud.kubernetes.loadbalancer.enabled.
ConditionalOnKubernetesLoadBalancerServiceModeEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.loadbalancer
Provides a conditional for: spring.cloud.kubernetes.loadbalancer.mode.
ConditionalOnKubernetesReloadEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config.reload.condition
Provides a more succinct conditional for: spring.cloud.kubernetes.reload.enabled.
ConditionalOnKubernetesSecretsEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons
Provides a more succinct conditional spring.cloud.kubernetes.secrets.enabled.
ConditionalOnKubernetesSecretsFailFastEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config
Provides a more succinct conditional spring.cloud.kubernetes.secrets.fail-fast.
ConditionalOnKubernetesSecretsRetryDisabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config
@Conditional that matches when at least one of Spring Cloud Kubernetes, Kubernetes Secret property sources or Kubernetes Secret property sources fail fast (thus retry) is disabled.
ConditionalOnKubernetesSecretsRetryDisabled.OnSecretsPropertiesRetryDisabled - Class in org.springframework.cloud.kubernetes.commons.config
 
ConditionalOnKubernetesSecretsRetryEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config
@Conditional that only matches when Spring Cloud Kubernetes, Kubernetes secrets, Kubernetes secrets fail-fast and Kubernetes secrets retry are enabled.
ConditionalOnLeaderElectionDisabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.leader.election
 
ConditionalOnLeaderElectionDisabled.OnLeaderElectionDisabled - Class in org.springframework.cloud.kubernetes.commons.leader.election
 
ConditionalOnLeaderElectionEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.leader.election
Provides a more succinct conditional for: spring.cloud.kubernetes.leader.election.enabled.
ConditionalOnSanitizeSecrets - Annotation Interface in org.springframework.cloud.kubernetes.commons
Provides a more succinct conditional spring.cloud.kubernetes.sanitize.secrets.
ConditionalOnSecretsReloadEnabled - Annotation Interface in org.springframework.cloud.kubernetes.commons.config.reload.condition
Provides a more succinct conditional for: spring.cloud.kubernetes.reload.monitoring-secrets.
ConditionalOnSpringCloudKubernetesBlockingDiscovery - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides common conditionals to be used for blocking discovery.
ConditionalOnSpringCloudKubernetesBlockingDiscoveryHealthInitializer - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides common conditionals to be used for blocking discovery health initializer.
ConditionalOnSpringCloudKubernetesReactiveDiscovery - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides common conditionals to be used for reactive discovery.
ConditionalOnSpringCloudKubernetesReactiveDiscoveryHealthInitializer - Annotation Interface in org.springframework.cloud.kubernetes.commons.discovery.conditionals
Provides common conditionals to be used for reactive discovery health initializer.
ConfigDataPropertiesHolder - Record Class in org.springframework.cloud.kubernetes.commons.configdata
 
ConfigDataPropertiesHolder(KubernetesClientProperties, ConfigMapConfigProperties, SecretsConfigProperties) - Constructor for record class org.springframework.cloud.kubernetes.commons.configdata.ConfigDataPropertiesHolder
Creates an instance of a ConfigDataPropertiesHolder record class.
ConfigDataRetryableConfigMapPropertySourceLocator - Class in org.springframework.cloud.kubernetes.commons.config
ConfigMapPropertySourceLocator for when retry is enabled.
ConfigDataRetryableConfigMapPropertySourceLocator(ConfigMapPropertySourceLocator, ConfigMapConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableConfigMapPropertySourceLocator
 
ConfigDataRetryableSecretsPropertySourceLocator - Class in org.springframework.cloud.kubernetes.commons.config
SecretsPropertySourceLocator for when retry is enabled.
ConfigDataRetryableSecretsPropertySourceLocator(SecretsPropertySourceLocator, SecretsConfigProperties) - Constructor for class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableSecretsPropertySourceLocator
 
CONFIGMAP - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.SourceType
ConfigMap as the source type.
ConfigMapConfigProperties - Class in org.springframework.cloud.kubernetes.commons.config
Config map configuration properties.
ConfigMapConfigProperties(boolean, List, Map, String, String, boolean, boolean, boolean, RetryProperties, ReadType) - Constructor for class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
 
configMapProperties() - Method in record class org.springframework.cloud.kubernetes.commons.configdata.ConfigDataPropertiesHolder
Returns the value of the configMapProperties record component.
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
 
ConfigReloadProperties - Record Class in org.springframework.cloud.kubernetes.commons.config.reload
General configuration for the configuration reload.
ConfigReloadProperties(boolean, boolean, boolean, ConfigReloadProperties.ReloadStrategy, ConfigReloadProperties.ReloadDetectionMode, Duration, Set, boolean, Duration) - Constructor for record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Creates an instance of a ConfigReloadProperties record class.
ConfigReloadProperties.ReloadDetectionMode - Enum Class in org.springframework.cloud.kubernetes.commons.config.reload
Reload detection modes.
ConfigReloadProperties.ReloadStrategy - Enum Class in org.springframework.cloud.kubernetes.commons.config.reload
Reload strategies.
ConfigReloadPropertiesAutoConfiguration - Class in org.springframework.cloud.kubernetes.commons.config.reload
 
ConfigReloadPropertiesAutoConfiguration() - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadPropertiesAutoConfiguration
 
ConfigReloadUtil - Class in org.springframework.cloud.kubernetes.commons.config.reload
 
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(ConfigurationUpdateStrategy) - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
 
configurationUpdateStrategy(ConfigReloadProperties, ConfigurableApplicationContext, Optional, ContextRefresher) - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadAutoConfiguration
 
ConfigurationUpdateStrategy - Record 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 record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
Creates an instance of a ConfigurationUpdateStrategy record class.
ConfigUtils - Class in org.springframework.cloud.kubernetes.commons.config
Utility class that works with configuration properties.
ConfigUtils.Prefix - Class in org.springframework.cloud.kubernetes.commons.config
 
connectionTimeout() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the connectionTimeout record component.
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
 
COORDINATION_GROUP - Static variable in class org.springframework.cloud.kubernetes.commons.leader.LeaderUtils
Coordination group for leader election.
COORDINATION_VERSION - Static variable in class org.springframework.cloud.kubernetes.commons.leader.LeaderUtils
Coordination version for leader election.
createHost(String, String, String) - Static method in interface org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServiceInstanceMapper
 
createKubernetesClientProperties(BootstrapContext) - Static method in class org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
 
createKubernetesDiscoveryProperties(BootstrapContext) - 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

data() - Method in record class org.springframework.cloud.kubernetes.commons.config.MultipleSourcesContainer
Returns the value of the data record component.
data() - Method in record class org.springframework.cloud.kubernetes.commons.config.StrippedSourceContainer
Returns the value of the data record component.
dataSupplier(LinkedHashSet) - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSourceData
Implementation specific (fabric8 or k8s-native) way to get the data from then given source names.
dataSupplier(Map) - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledSourceData
Implementation specific (fabric8 or k8s-native) way to get the data from then given source names.
DEFAULT - Static variable in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils.Prefix
prefix has not been provided.
DEFAULT - Static variable in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
default instance.
DEFAULT - Static variable in record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Default instance.
DEFAULT - Static variable in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Default instance.
DEFAULT - Static variable in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Default instance.
DEFAULT_USER_AGENT - Static variable in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Default user-agent for kubernetes client.
DefaultKubernetesServiceInstance - Record Class in org.springframework.cloud.kubernetes.commons.discovery
 
DefaultKubernetesServiceInstance(String, String, String, int, Map, boolean, String, String, Map) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Creates an instance of a DefaultKubernetesServiceInstance record class.
DELAYED - Static variable in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils.Prefix
prefix has been enabled, but the actual value will be known later; the value for the prefix will be the name of the source.
determineSources(SourceType, Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
DISCOVERY_GROUP - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
Discovery group for Catalog Watch.
DISCOVERY_VERSION - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
Discovery version for Catalog Watch.
DiscoveryClientUtils - Class in org.springframework.cloud.kubernetes.commons.discovery
 
discoveryProperties - Variable in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
 
discoveryServerUrl() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the discoveryServerUrl record component.
doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
 

E

empty() - Static method in record class org.springframework.cloud.kubernetes.commons.config.MultipleSourcesContainer
 
emptyRecord(String) - Static method in record class org.springframework.cloud.kubernetes.commons.config.SourceData
 
enabled() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns the value of the enabled record component.
enabled() - Method in record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Returns the value of the enabled record component.
enabled() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
enabled() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the enabled record component.
enableReloadFiltering() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns the value of the enableReloadFiltering record component.
ENDPOINT_SLICE - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
Endpoint slice name.
endpointName() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.EndpointNameAndNamespace
Returns the value of the endpointName record component.
EndpointNameAndNamespace - Record Class in org.springframework.cloud.kubernetes.commons.discovery
Encapsulates an endpoint name and a namespace, needed for CatalogWatcher implementations.
EndpointNameAndNamespace(String, String) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.EndpointNameAndNamespace
Creates an instance of a EndpointNameAndNamespace record class.
endpointsPort(Map, ServiceMetadata, KubernetesDiscoveryProperties) - Static method in class org.springframework.cloud.kubernetes.commons.discovery.DiscoveryClientUtils
 
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.LabeledConfigMapNormalizedSource
 
equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledSecretNormalizedSource
 
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.config.MultipleSourcesContainer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.config.NormalizedSource
 
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.config.StrippedSourceContainer
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.configdata.ConfigDataPropertiesHolder
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.EndpointNameAndNamespace
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.InstanceIdHostPodName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer.RegisteredEventSource
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.PodLabelsAndAnnotations
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.Service
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServiceMetadata
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortNameAndNumber
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver.Input
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
 
ERROR_PROPERTY - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
property set to true when there was an error reading config maps or secrets, when generating a property source.
EVENT - Enum constant in enum class 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
 
explicitPrefix() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Returns the value of the explicitPrefix record component.
EXTERNAL_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
ExternalName type of service.
ExternalNameKubernetesServiceInstance - Record Class in org.springframework.cloud.kubernetes.commons.discovery
Type of ServiceInstance when "spec.type=ExternalName".
ExternalNameKubernetesServiceInstance(String, String, String, Map) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
Creates an instance of a ExternalNameKubernetesServiceInstance record class.
externalNameServiceInstance(ServiceMetadata, Supplier, Map) - Static method in class org.springframework.cloud.kubernetes.commons.discovery.DiscoveryClientUtils
 
extractLeader(Map) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
 

F

failFast() - Method in class org.springframework.cloud.kubernetes.commons.config.NormalizedSource
 
failFast() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
FALLBACK_APPLICATION_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
Default application name.
filter() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the filter record component.
findPrefix(String, Boolean, boolean, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
 

G

generateSourceName(String, String, String, String[]) - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSourceData
 
get() - Method in class org.springframework.cloud.kubernetes.commons.LazilyInstantiate
 
get() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
 
getApplicationName(Environment, String, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
 
getCluster() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
getCluster() - Method in interface 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
 
getConfigMapPropertySourceLocator() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableConfigMapPropertySourceLocator
 
getDetails() - Method in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
 
getDetails() - Method in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesInfoContributor
 
getDiscoveryEnabled(BootstrapContext) - Static method in class org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
 
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
 
getHost() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
getHost() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
 
getId() - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
 
getInstanceId() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
getInstanceId() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
 
getInstances(String) - Method in interface org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerInstanceProvider
 
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
 
getMetadata() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
getMetadata() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
 
getMode() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
Gets mode.
getNamespace() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
getNamespace() - Method in interface org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
 
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
 
getOrder() - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLoader
 
getOrder() - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLocationResolver
 
getOrder() - Method in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
 
getPhase() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderInitiator
 
getPort() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
getPort() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
 
getPortName() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
Gets portName.
getPrefix() - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLocationResolver
 
getPropertyResolver(BootstrapContext) - Static method in class org.springframework.cloud.kubernetes.commons.config.KubernetesConfigServerBootstrapper
 
getPropertySource(ConfigurableEnvironment, NormalizedSource, ReadType) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySourceLocator
 
getPropertySource(ConfigurableEnvironment, NormalizedSource, ReadType) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
 
getPropertySource(ConfigurableEnvironment, NormalizedSource, ReadType) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableConfigMapPropertySourceLocator
 
getPropertySource(ConfigurableEnvironment, NormalizedSource, ReadType) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableSecretsPropertySourceLocator
 
getRole() - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
 
getRole() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderContext
 
getRole() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
getScheme() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
getSecretsPropertySourceLocator() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableSecretsPropertySourceLocator
 
getServiceId() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
getServiceId() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
 
getServiceId() - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
 
getUpdatePeriod() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
getUri() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
getUri() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
 
guarded(ReentrantLock, Runnable) - Static method in class org.springframework.cloud.kubernetes.commons.leader.LeaderUtils
 

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.LabeledConfigMapNormalizedSource
 
hashCode() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledSecretNormalizedSource
 
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.config.MultipleSourcesContainer
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
hashCode() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
hashCode() - Method in class org.springframework.cloud.kubernetes.commons.config.NormalizedSource
 
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceData
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.config.StrippedSourceContainer
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.configdata.ConfigDataPropertiesHolder
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.EndpointNameAndNamespace
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.InstanceIdHostPodName
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer.RegisteredEventSource
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.PodLabelsAndAnnotations
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.Service
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServiceMetadata
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortNameAndNumber
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver.Input
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
 
host() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns the value of the host record component.
host() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
Returns the value of the host record component.
host() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.InstanceIdHostPodName
Returns the value of the host record component.
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.
hostName() - Static method in class org.springframework.cloud.kubernetes.commons.leader.LeaderUtils
 
HTTP - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
Http scheme.
httpProxy() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the httpProxy record component.
HTTPS - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
Https scheme.
httpsProxy() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the httpsProxy record component.

I

includeExternalNameServices() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the includeExternalNameServices record component.
includeNotReadyAddresses() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the includeNotReadyAddresses record component.
includeProfileSpecificSources() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
includeProfileSpecificSources() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Returns the value of the includeProfileSpecificSources record component.
includeProfileSpecificSources(boolean, Boolean) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
 
initialInterval() - Method in record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Returns the value of the initialInterval record component.
Input(ServicePortNameAndNumber, String, Map, Map) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver.Input
Creates an instance of a Input record class.
inside() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer.RegisteredEventSource
Returns the value of the inside record component.
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.
instanceId() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns the value of the instanceId record component.
instanceId() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
Returns the value of the instanceId record component.
instanceId() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.InstanceIdHostPodName
Returns the value of the instanceId record component.
InstanceIdHostPodName - Record Class in org.springframework.cloud.kubernetes.commons.discovery
computes instanceId, host and podName.
InstanceIdHostPodName(String, String, String) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.InstanceIdHostPodName
Creates an instance of a InstanceIdHostPodName record class.
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
 
isCreateConfigMap() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
isEnabled() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
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
 
isPublishFailedEvents() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLocationResolver
 
isRetryEnabledForConfigMap(ConfigMapConfigProperties) - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLocationResolver
 
isRetryEnabledForSecrets(SecretsConfigProperties) - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLocationResolver
 
isRunning() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderInitiator
 
isSecure() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
 
isSecure() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
 

K

KEY_VALUE_TO_PROPERTIES - Static variable in class org.springframework.cloud.kubernetes.commons.config.PropertySourceUtils
Function to convert a String to Properties.
keysWithPrefix(Map, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
append prefix to the keys and return a new Map with the new values.
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
 
KNOWN - Static variable in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils.Prefix
prefix is known at the callsite.
knownSecurePorts() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the knownSecurePorts record component.
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
 
KubernetesBootstrapConfiguration.RetryConfiguration - Class in org.springframework.cloud.kubernetes.commons.config
 
KubernetesClientProperties - Record Class in org.springframework.cloud.kubernetes.commons
Kubernetes client properties.
KubernetesClientProperties(Boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, Duration, Duration, Duration, Duration, Duration, String, String, String, String, String, String[], String, String) - Constructor for record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Creates an instance of a KubernetesClientProperties record class.
KubernetesCommonsAutoConfiguration - Class in org.springframework.cloud.kubernetes.commons
 
KubernetesCommonsAutoConfiguration() - Constructor for class org.springframework.cloud.kubernetes.commons.KubernetesCommonsAutoConfiguration
 
KubernetesCommonsSanitizeAutoConfiguration - Class in org.springframework.cloud.kubernetes.commons
 
KubernetesCommonsSanitizeAutoConfiguration() - Constructor for class org.springframework.cloud.kubernetes.commons.KubernetesCommonsSanitizeAutoConfiguration
 
KubernetesConfigDataLoader - Class in org.springframework.cloud.kubernetes.commons.configdata
 
KubernetesConfigDataLoader() - Constructor for class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLoader
 
KubernetesConfigDataLocationResolver - Class in org.springframework.cloud.kubernetes.commons.configdata
 
KubernetesConfigDataLocationResolver() - Constructor for class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLocationResolver
 
KubernetesConfigDataResource - Class in org.springframework.cloud.kubernetes.commons.configdata
 
kubernetesConfigRetryInterceptor(ConfigMapConfigProperties) - Method in class org.springframework.cloud.kubernetes.commons.config.KubernetesBootstrapConfiguration.RetryConfiguration
 
kubernetesConfigRetryInterceptorNoRetry() - Method in class org.springframework.cloud.kubernetes.commons.config.KubernetesBootstrapConfiguration.RetryConfiguration
 
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
 
KubernetesDiscoveryClientHealthIndicatorInitializer.RegisteredEventSource - Record Class in org.springframework.cloud.kubernetes.commons.discovery
 
KubernetesDiscoveryConstants - Class in org.springframework.cloud.kubernetes.commons.discovery
Constants that are to be used across discovery implementations.
KubernetesDiscoveryProperties - Record Class in org.springframework.cloud.kubernetes.commons.discovery
 
KubernetesDiscoveryProperties(boolean, boolean, Set, boolean, long, boolean, String, Set, Map, String, KubernetesDiscoveryProperties.Metadata, int, boolean, boolean, String) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Creates an instance of a KubernetesDiscoveryProperties record class.
KubernetesDiscoveryProperties.Metadata - Record Class in org.springframework.cloud.kubernetes.commons.discovery
 
KubernetesDiscoveryPropertiesAutoConfiguration - Class in org.springframework.cloud.kubernetes.commons.discovery
 
KubernetesDiscoveryPropertiesAutoConfiguration() - Constructor for class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryPropertiesAutoConfiguration
 
KubernetesLoadBalancerMode - Enum Class 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(String) - Constructor for class org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider
 
KubernetesNamespaceProvider(Binder, BindHandler) - Constructor for class org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider
 
KubernetesNamespaceProvider(Environment) - Constructor for class org.springframework.cloud.kubernetes.commons.KubernetesNamespaceProvider
 
kubernetesSecretsRetryInterceptor(SecretsConfigProperties) - Method in class org.springframework.cloud.kubernetes.commons.config.KubernetesBootstrapConfiguration.RetryConfiguration
 
kubernetesSecretsRetryInterceptorNoRetry() - Method in class org.springframework.cloud.kubernetes.commons.config.KubernetesBootstrapConfiguration.RetryConfiguration
 
KubernetesServiceInstance - Interface in org.springframework.cloud.kubernetes.commons.discovery
 
KubernetesServiceInstanceMapper<T> - Interface in org.springframework.cloud.kubernetes.commons.loadbalancer
 
KubernetesServicesListSupplier<T> - 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

LABELED_CONFIG_MAP - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.NormalizedSourceType
denotes the fact that this is a config map source based on labels.
LABELED_SECRET - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.NormalizedSourceType
denotes the fact that this is a secret source based on labels.
LabeledConfigMapNormalizedSource - Class in org.springframework.cloud.kubernetes.commons.config
A config map source that is based on labels.
LabeledConfigMapNormalizedSource(String, Map, boolean, boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.config.LabeledConfigMapNormalizedSource
 
LabeledConfigMapNormalizedSource(String, Map, boolean, ConfigUtils.Prefix, boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.config.LabeledConfigMapNormalizedSource
 
LabeledSecretNormalizedSource - Class in org.springframework.cloud.kubernetes.commons.config
A secret source that is based on labels.
LabeledSecretNormalizedSource(String, Map, boolean, ConfigUtils.Prefix) - Constructor for class org.springframework.cloud.kubernetes.commons.config.LabeledSecretNormalizedSource
 
LabeledSourceData - Class in org.springframework.cloud.kubernetes.commons.config
 
LabeledSourceData() - Constructor for class org.springframework.cloud.kubernetes.commons.config.LabeledSourceData
 
labels() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledConfigMapNormalizedSource
will return an immutable Map.
labels() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledSecretNormalizedSource
will return an immutable Map.
labels() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
labels() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Returns the value of the labels record component.
labels() - Method in record class org.springframework.cloud.kubernetes.commons.config.StrippedSourceContainer
Returns the value of the labels record component.
labels() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.PodLabelsAndAnnotations
Returns the value of the labels record component.
labels() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServiceMetadata
Returns the value of the labels record component.
LABELS - Static variable in class org.springframework.cloud.kubernetes.commons.AbstractKubernetesHealthIndicator
Labels key.
labelsPrefix() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns the value of the labelsPrefix record component.
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
 
LEADER_ELECTION_ENABLED_PROPERTY - Static variable in class org.springframework.cloud.kubernetes.commons.leader.LeaderUtils
Property that controls whether leader election is enabled.
LEADER_ELECTION_PROPERTY_PREFIX - Static variable in class org.springframework.cloud.kubernetes.commons.leader.LeaderUtils
Prefix for all properties related to leader election.
LeaderContext - Class in org.springframework.cloud.kubernetes.commons.leader
 
LeaderContext(Candidate, LeadershipController) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.LeaderContext
 
LeaderElectionCallbacks - Class in org.springframework.cloud.kubernetes.commons.leader.election
common leader election callbacks that are supposed to be used in both fabric8 and k8s-native clients.
LeaderElectionCallbacks() - Constructor for class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionCallbacks
 
LeaderElectionInitiatorUtil - Class in org.springframework.cloud.kubernetes.commons.leader.election
 
LeaderElectionProperties - Record Class in org.springframework.cloud.kubernetes.commons.leader.election
waitForPodReady: should we wait for the readiness of the pod, before we even trigger the leader election process. publishEvents: should we publish events (ApplicationEvent) when the state of leaders changes. leaseDuration: TTL of the lease.
LeaderElectionProperties(boolean, boolean, Duration, String, String, Duration, Duration, Duration, boolean, boolean) - Constructor for record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Creates an instance of a LeaderElectionProperties record class.
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
 
LeaderUtils - Class in org.springframework.cloud.kubernetes.commons.leader
 
LEASE - Static variable in class org.springframework.cloud.kubernetes.commons.leader.LeaderUtils
Lease constant.
leaseDuration() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the leaseDuration record component.
load(ConfigDataLoaderContext, KubernetesConfigDataResource) - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLoader
 
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
 
locate(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableConfigMapPropertySourceLocator
 
locate(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableSecretsPropertySourceLocator
 
locateCollection(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySourceLocator
 
locateCollection(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySourceLocator
 
locateCollection(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableConfigMapPropertySourceLocator
 
locateCollection(Environment) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableSecretsPropertySourceLocator
 
lockName() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the lockName record component.
lockNamespace() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the lockNamespace record component.
log - Variable in class org.springframework.cloud.kubernetes.commons.config.reload.PollingConfigMapChangeDetector
 
log - Variable in class org.springframework.cloud.kubernetes.commons.config.reload.PollingSecretsChangeDetector
 
loggingInterval() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the loggingInterval record component.

M

map(T) - Method in interface org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServiceInstanceMapper
 
mapper - Variable in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesServicesListSupplier
 
masterUrl() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the masterUrl record component.
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
 
maxAttempts() - Method in record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Returns the value of the maxAttempts record component.
maxInterval() - Method in record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Returns the value of the maxInterval record component.
maxWaitForRestart() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns the value of the maxWaitForRestart record component.
metadata() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the metadata record component.
Metadata(boolean, String, boolean, String, boolean, String) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
 
Metadata(boolean, String, boolean, String, boolean, String, boolean, boolean) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Creates an instance of a Metadata record class.
mode() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns the value of the mode record component.
monitoringConfigMaps() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns the value of the monitoringConfigMaps record component.
monitoringSecrets() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns the value of the monitoringSecrets record component.
MultipleSourcesContainer - Record Class in org.springframework.cloud.kubernetes.commons.config
 
MultipleSourcesContainer(LinkedHashMap) - Constructor for record class org.springframework.cloud.kubernetes.commons.config.MultipleSourcesContainer
Creates an instance of a MultipleSourcesContainer record class.
multiplier() - Method in record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Returns the value of the multiplier record component.

N

name() - Method in class org.springframework.cloud.kubernetes.commons.config.NormalizedSource
 
name() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
Returns the value of the name record component.
name() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
name() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Returns the value of the name record component.
name() - Method in record class org.springframework.cloud.kubernetes.commons.config.StrippedSourceContainer
Returns the value of the name record component.
name() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.Service
Returns the value of the name record component.
name() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServiceMetadata
Returns the value of the name record component.
NAMED_CONFIG_MAP - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.NormalizedSourceType
denotes the fact that this is a config map source based on name.
NAMED_SECRET - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.NormalizedSourceType
denotes the fact that this is a secret source based on name.
NamedConfigMapNormalizedSource - Class in org.springframework.cloud.kubernetes.commons.config
A config map source that is based on name.
NamedConfigMapNormalizedSource(String, String, boolean, boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
NamedConfigMapNormalizedSource(String, String, boolean, ConfigUtils.Prefix, boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
NamedConfigMapNormalizedSource(String, String, boolean, ConfigUtils.Prefix, boolean, boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
NamedSecretNormalizedSource - Class in org.springframework.cloud.kubernetes.commons.config
A secret source that is based on name.
NamedSecretNormalizedSource(String, String, boolean, boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
NamedSecretNormalizedSource(String, String, boolean, ConfigUtils.Prefix, boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
NamedSecretNormalizedSource(String, String, boolean, ConfigUtils.Prefix, boolean, boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
NamedSourceData - Class in org.springframework.cloud.kubernetes.commons.config
 
NamedSourceData() - Constructor for class org.springframework.cloud.kubernetes.commons.config.NamedSourceData
 
namespace() - Method in class org.springframework.cloud.kubernetes.commons.config.NormalizedSource
 
namespace() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
namespace() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Returns the value of the namespace record component.
namespace() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns the value of the namespace record component.
namespace() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.EndpointNameAndNamespace
Returns the value of the namespace record component.
namespace() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServiceMetadata
Returns the value of the namespace record component.
namespace() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the namespace record component.
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.KubernetesDiscoveryConstants
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 Class in org.springframework.cloud.kubernetes.commons.config
 
NamespaceResolutionFailedException(String) - Constructor for exception class org.springframework.cloud.kubernetes.commons.config.NamespaceResolutionFailedException
 
namespaces() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns the value of the namespaces record component.
namespaces() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the namespaces record component.
NewLeaderEvent - Class in org.springframework.cloud.kubernetes.commons.leader.election.events
 
NewLeaderEvent(Object) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.election.events.NewLeaderEvent
 
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.
NON_DETERMINISTIC_PORT_MESSAGE - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
message for non-deterministic port.
NOOP - Static variable in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
Strategy that does nothing.
noProxy() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the noProxy record component.
NormalizedSource - Class in org.springframework.cloud.kubernetes.commons.config
Base class for Normalized Sources.
NormalizedSource(String, String, boolean) - Constructor for class org.springframework.cloud.kubernetes.commons.config.NormalizedSource
 
NormalizedSourceType - Enum Class in org.springframework.cloud.kubernetes.commons.config
Defines the type of the normalized 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

oauthToken() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the oauthToken record component.
onException(boolean, Exception) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
action to take when an Exception happens when dealing with a source.
onNewLeaderCallback(ApplicationEventPublisher, LeaderElectionProperties) - Method in class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionCallbacks
 
onStartLeadingCallback(ApplicationEventPublisher, String, LeaderElectionProperties) - Method in class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionCallbacks
 
onStopLeadingCallback(ApplicationEventPublisher, String, LeaderElectionProperties) - Method in class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionCallbacks
 
order() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the order record component.
org.springframework.cloud.kubernetes.commons - package org.springframework.cloud.kubernetes.commons
 
org.springframework.cloud.kubernetes.commons.autoconfig - package org.springframework.cloud.kubernetes.commons.autoconfig
 
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.configdata - package org.springframework.cloud.kubernetes.commons.configdata
 
org.springframework.cloud.kubernetes.commons.discovery - package org.springframework.cloud.kubernetes.commons.discovery
 
org.springframework.cloud.kubernetes.commons.discovery.conditionals - package org.springframework.cloud.kubernetes.commons.discovery.conditionals
 
org.springframework.cloud.kubernetes.commons.leader - package org.springframework.cloud.kubernetes.commons.leader
 
org.springframework.cloud.kubernetes.commons.leader.election - package org.springframework.cloud.kubernetes.commons.leader.election
 
org.springframework.cloud.kubernetes.commons.leader.election.events - package org.springframework.cloud.kubernetes.commons.leader.election.events
 
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

password() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the password record component.
period() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns the value of the period record component.
pod() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer.RegisteredEventSource
Returns the value of the pod record component.
POD - Enum constant in enum class 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.
PodLabelsAndAnnotations - Record Class in org.springframework.cloud.kubernetes.commons.discovery
Holds pod labels and annotations.
PodLabelsAndAnnotations(Map, Map) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.PodLabelsAndAnnotations
Creates an instance of a PodLabelsAndAnnotations record class.
podMetadata() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns the value of the podMetadata record component.
podMetadata() - Method in interface org.springframework.cloud.kubernetes.commons.discovery.KubernetesServiceInstance
 
podName() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.InstanceIdHostPodName
Returns the value of the podName record component.
podNamespace() - Method in class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionCallbacks
 
podNamespace() - Static method in class org.springframework.cloud.kubernetes.commons.leader.LeaderUtils
Ideally, should always be present.
PodReadinessWatcher - Interface in org.springframework.cloud.kubernetes.commons.leader
 
podReady(BooleanSupplier) - Method in class org.springframework.cloud.kubernetes.commons.leader.election.PodReadyRunner
 
PodReadyRunner - Class in org.springframework.cloud.kubernetes.commons.leader.election
 
PodReadyRunner(String, String) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.election.PodReadyRunner
 
PodUtils<T> - Interface in org.springframework.cloud.kubernetes.commons
Utility interface to retrieve Pod related information.
POLLING - Enum constant in enum class 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, 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 fires a reload when something changes.
PollingSecretsChangeDetector(AbstractEnvironment, ConfigReloadProperties, ConfigurationUpdateStrategy, Class, PropertySourceLocator, TaskScheduler) - Constructor for class org.springframework.cloud.kubernetes.commons.config.reload.PollingSecretsChangeDetector
 
port() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns the value of the port record component.
PORT_NAME_PROPERTY - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
load balancer port name property.
portData() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver.Input
Returns the value of the portData record component.
portName() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortNameAndNumber
Returns the value of the portName record component.
portNumber() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortNameAndNumber
Returns the value of the portNumber record component.
portsPrefix() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns the value of the portsPrefix record component.
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.kubernetes.commons.profile.AbstractKubernetesProfileEnvironmentPostProcessor
 
prefix() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledConfigMapNormalizedSource
 
prefix() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledSecretNormalizedSource
 
prefix() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
prefix() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
PREFIX - Static variable in class org.springframework.cloud.kubernetes.commons.config.ConfigMapConfigProperties
Prefix for Kubernetes config maps configuration properties.
PREFIX - Static variable in class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
Prefix for Kubernetes secrets configuration properties.
PREFIX - Static variable in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Prefix of the properties.
PREFIX - Static variable in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Configuration properties prefix.
prefixProvider() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils.Prefix
 
PRIMARY_PORT_NAME_LABEL_KEY - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
Primary port label.
primaryPortName() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the primaryPortName record component.
processAllEntries(Map, Environment) - Static method in class org.springframework.cloud.kubernetes.commons.config.SourceDataEntriesProcessor
 
processAllEntries(Map, Environment, boolean) - Static method in class org.springframework.cloud.kubernetes.commons.config.SourceDataEntriesProcessor
 
processLabeledData(List, Environment, Map, String, boolean) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
Transforms raw data from one or multiple sources into an entry of source names and flattened data that they all hold (potentially overriding entries without any defined order).
processNamedData(List, Environment, LinkedHashSet, String, boolean, boolean) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
Transforms raw data from one or multiple sources into an entry of source names and flattened data that they all hold (potentially overriding entries without any defined order).
profileSpecificSources() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledConfigMapNormalizedSource
 
profileSpecificSources() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
profileSpecificSources() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
properties - Variable in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableConfigMapPropertySourceLocator
 
properties - Variable in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableSecretsPropertySourceLocator
 
properties - Variable in class org.springframework.cloud.kubernetes.commons.config.ConfigMapPropertySourceLocator
 
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
 
proxyPassword() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the proxyPassword record component.
proxyUsername() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the proxyUsername record component.
publishEvents() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the publishEvents record component.

R

readType() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
ReadType - Enum Class in org.springframework.cloud.kubernetes.commons.config
 
REFRESH - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadStrategy
Fire a refresh of beans annotated with @ConfigurationProperties or @RefreshScope.
registerBeans(ConfigDataLocationResolverContext, ConfigDataPropertiesHolder, KubernetesNamespaceProvider) - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLocationResolver
 
RegisteredEventSource(String, boolean, Object) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer.RegisteredEventSource
Creates an instance of a RegisteredEventSource record class.
registerSingle(ConfigurableBootstrapContext, Class, T, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
 
registerSingle(ConfigurableBootstrapContext, Class, T, String, ApplicationListener) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
 
reload(String, String, PropertySourceLocator, ConfigurableEnvironment, Class) - Static method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadUtil
used for the event based reloading.
reload(PropertySourceLocator, ConfigurableEnvironment, Class) - Static method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadUtil
used for the poll based reloading.
RELOAD_LABEL_FILTER - Static variable in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
label for filtering sources.
RELOAD_MODE - Static variable in class org.springframework.cloud.kubernetes.commons.config.Constants
reload mode spring property.
reloadProcedure() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
Returns the value of the reloadProcedure record component.
reloadProperties() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
 
renewDeadline() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the renewDeadline record component.
requestTimeout() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the requestTimeout record component.
resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLocationResolver
 
resolve(ServicePortSecureResolver.Input) - Method in class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver
Returns true if any of the following conditions apply.
resolveProfileSpecific(ConfigDataLocationResolverContext, ConfigDataLocation, Profiles) - Method in class org.springframework.cloud.kubernetes.commons.configdata.KubernetesConfigDataLocationResolver
 
RESTART_CONTEXT - Enum constant in enum class 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
 
restartOnFailure() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the restartOnFailure record component.
retry() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
RetryConfiguration() - Constructor for class org.springframework.cloud.kubernetes.commons.config.KubernetesBootstrapConfiguration.RetryConfiguration
 
retryOperationsInterceptor(RetryProperties) - Static method in class org.springframework.cloud.kubernetes.commons.config.KubernetesBootstrapConfiguration.RetryConfiguration
 
retryPeriod() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the retryPeriod record component.
RetryProperties - Record Class in org.springframework.cloud.kubernetes.commons.config
 
RetryProperties(long, double, long, int, boolean) - Constructor for record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Creates an instance of a RetryProperties record class.
revoke() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
 

S

schedule(Runnable, long, TimeUnit) - Method in class org.springframework.cloud.kubernetes.commons.leader.election.CachedSingleThreadScheduler
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.springframework.cloud.kubernetes.commons.leader.election.CachedSingleThreadScheduler
 
SECRET - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.SourceType
Secret as the source type.
SecretsConfigProperties - Class in org.springframework.cloud.kubernetes.commons.config
Properties for configuring Kubernetes secrets.
SecretsConfigProperties(boolean, List, Map, String, String, boolean, boolean, boolean, RetryProperties, ReadType) - Constructor for class org.springframework.cloud.kubernetes.commons.config.SecretsConfigProperties
 
secretsProperties() - Method in record class org.springframework.cloud.kubernetes.commons.configdata.ConfigDataPropertiesHolder
Returns the value of the secretsProperties record component.
SecretsPropertySource - Class in org.springframework.cloud.kubernetes.commons.config
Kubernetes property source for secrets.
SecretsPropertySource(SourceData) - 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
 
secure() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns the value of the secure record component.
SECURED - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
value of the 'secure' label or annotation.
Service - Record Class in org.springframework.cloud.kubernetes.commons.discovery
Use for discovery service implementation.
Service(String, List) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.Service
Creates an instance of a Service record class.
SERVICE - Enum constant in enum class 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 record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Default path for namespace file.
SERVICE_TYPE - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
Type of the service.
serviceAccountNamespacePath() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the serviceAccountNamespacePath record component.
serviceAnnotations() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver.Input
Returns the value of the serviceAnnotations record component.
serviceId() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns the value of the serviceId record component.
serviceId() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
Returns the value of the serviceId record component.
serviceInstance(ServicePortSecureResolver, ServiceMetadata, Supplier, Function, ServicePortNameAndNumber, Map, KubernetesDiscoveryProperties) - Static method in class org.springframework.cloud.kubernetes.commons.discovery.DiscoveryClientUtils
 
serviceInstanceMetadata(Map, ServiceMetadata, KubernetesDiscoveryProperties) - Static method in class org.springframework.cloud.kubernetes.commons.discovery.DiscoveryClientUtils
This adds the following metadata.
serviceInstances() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.Service
Returns the value of the serviceInstances record component.
serviceLabels() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the serviceLabels record component.
serviceLabels() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver.Input
Returns the value of the serviceLabels record component.
ServiceMetadata - Record Class in org.springframework.cloud.kubernetes.commons.discovery
Holds service name, namespace, spec.type, labels and annotations.
ServiceMetadata(String, String, String, Map, Map) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.ServiceMetadata
Creates an instance of a ServiceMetadata record class.
serviceName() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver.Input
Returns the value of the serviceName record component.
ServicePortNameAndNumber - Record Class in org.springframework.cloud.kubernetes.commons.discovery
 
ServicePortNameAndNumber(Integer, String) - Constructor for record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortNameAndNumber
Creates an instance of a ServicePortNameAndNumber record class.
ServicePortSecureResolver - Class in org.springframework.cloud.kubernetes.commons.discovery
 
ServicePortSecureResolver(KubernetesDiscoveryProperties) - Constructor for class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver
 
ServicePortSecureResolver.Input - Record Class in org.springframework.cloud.kubernetes.commons.discovery
 
setAutoStartup(boolean) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
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
 
setConfigMapPropertySourceLocator(ConfigMapPropertySourceLocator) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableConfigMapPropertySourceLocator
 
setCreateConfigMap(boolean) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
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.
setLeaderIdPrefix(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
setMode(KubernetesLoadBalancerMode) - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
Sets mode.
setNamespace(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
setPortName(String) - Method in class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerProperties
Sets portName.
setPublishFailedEvents(boolean) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
setRole(String) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
setSecretsPropertySourceLocator(SecretsPropertySourceLocator) - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigDataRetryableSecretsPropertySourceLocator
 
setUpdatePeriod(Duration) - Method in class org.springframework.cloud.kubernetes.commons.leader.LeaderProperties
 
SHUTDOWN - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadStrategy
Shuts down the Spring ApplicationContext to activate a restart of the container.
shutDownExecutor(ExecutorService, String) - Static method in class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionInitiatorUtil
 
SINGLE - Enum constant in enum class org.springframework.cloud.kubernetes.commons.config.ReadType
read sources individually.
sleep(LeaderElectionProperties) - Static method in class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionInitiatorUtil
 
Source(String, String, Map, String, Boolean, Boolean) - Constructor for record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Creates an instance of a Source record class.
SourceConfigProperties - Class in org.springframework.cloud.kubernetes.commons.config
 
SourceConfigProperties.Source - Record Class in org.springframework.cloud.kubernetes.commons.config
Config map source.
sourceData() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceData
Returns the value of the sourceData record component.
SourceData - Record Class in org.springframework.cloud.kubernetes.commons.config
Holds the data for a certain source.
SourceData(String, Map) - Constructor for record class org.springframework.cloud.kubernetes.commons.config.SourceData
Creates an instance of a SourceData record class.
SourceDataEntriesProcessor - Class in org.springframework.cloud.kubernetes.commons.config
Processor that extracts data from an input, where input can be a single yaml/properties file.
SourceDataEntriesProcessor(SourceData) - Constructor for class org.springframework.cloud.kubernetes.commons.config.SourceDataEntriesProcessor
 
sourceName() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceData
Returns the value of the sourceName record component.
sourceName(String, String, String) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
 
sourceName(String, String, String, String[]) - Static method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils
 
sources() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
SourceType - Enum Class in org.springframework.cloud.kubernetes.commons.config
 
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
 
StartLeadingEvent - Class in org.springframework.cloud.kubernetes.commons.leader.election.events
 
StartLeadingEvent(Object) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.election.events.StartLeadingEvent
 
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
 
StopLeadingEvent - Class in org.springframework.cloud.kubernetes.commons.leader.election.events
 
StopLeadingEvent(Object) - Constructor for class org.springframework.cloud.kubernetes.commons.leader.election.events.StopLeadingEvent
 
strategy - Variable in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
 
strategy() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns the value of the strategy record component.
StrippedSourceContainer - Record Class in org.springframework.cloud.kubernetes.commons.config
 
StrippedSourceContainer(Map, String, Map) - Constructor for record class org.springframework.cloud.kubernetes.commons.config.StrippedSourceContainer
Creates an instance of a StrippedSourceContainer record class.

T

target() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledConfigMapNormalizedSource
 
target() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledSecretNormalizedSource
 
target() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
target() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
target() - Method in class org.springframework.cloud.kubernetes.commons.config.NormalizedSource
 
taskScheduler() - Method in class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadAutoConfiguration
 
toString() - Method in class org.springframework.cloud.kubernetes.commons.config.ConfigUtils.Prefix
 
toString() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledConfigMapNormalizedSource
 
toString() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledSecretNormalizedSource
 
toString() - Method in record class org.springframework.cloud.kubernetes.commons.config.MultipleSourcesContainer
Returns a string representation of this record class.
toString() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
toString() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
toString() - Method in class org.springframework.cloud.kubernetes.commons.config.NormalizedSource
 
toString() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.config.RetryProperties
Returns a string representation of this record class.
toString() - Method in class org.springframework.cloud.kubernetes.commons.config.SecretsPropertySource
 
toString() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceData
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.config.StrippedSourceContainer
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.configdata.ConfigDataPropertiesHolder
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.DefaultKubernetesServiceInstance
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.EndpointNameAndNamespace
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.InstanceIdHostPodName
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryClientHealthIndicatorInitializer.RegisteredEventSource
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties.Metadata
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.PodLabelsAndAnnotations
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.Service
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServiceMetadata
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortNameAndNumber
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServicePortSecureResolver.Input
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns a string representation of this record class.
toString() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns a string representation of this record class.
toString() - Method in class org.springframework.cloud.kubernetes.commons.leader.Leader
 
trustCerts() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the trustCerts record component.
type() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledConfigMapNormalizedSource
 
type() - Method in class org.springframework.cloud.kubernetes.commons.config.LabeledSecretNormalizedSource
 
type() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedConfigMapNormalizedSource
 
type() - Method in class org.springframework.cloud.kubernetes.commons.config.NamedSecretNormalizedSource
 
type() - Method in class org.springframework.cloud.kubernetes.commons.config.NormalizedSource
type of this normalized source.
type() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ExternalNameKubernetesServiceInstance
 
type() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.ServiceMetadata
Returns the value of the type record component.

U

UNSET_PORT_NAME - Static variable in class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
Port name to use when there isn't one set.
update() - Method in class org.springframework.cloud.kubernetes.commons.leader.LeadershipController
 
useConfigMapAsLock() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the useConfigMapAsLock record component.
useEndpointSlices() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the useEndpointSlices record component.
useNameAsPrefix() - Method in record class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties.Source
Returns the value of the useNameAsPrefix record component.
useNameAsPrefix() - Method in class org.springframework.cloud.kubernetes.commons.config.SourceConfigProperties
 
userAgent() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the userAgent record component.
username() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the username record component.
using(Supplier) - Static method in class org.springframework.cloud.kubernetes.commons.LazilyInstantiate
 

V

VALUE - Static variable in annotation interface org.springframework.cloud.kubernetes.commons.ConditionalOnSanitizeSecrets
Conditional value to use.
valueOf(String) - Static method in enum class org.springframework.cloud.kubernetes.commons.config.NormalizedSourceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.cloud.kubernetes.commons.config.ReadType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadDetectionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.cloud.kubernetes.commons.config.SourceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.cloud.kubernetes.commons.config.NormalizedSourceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.cloud.kubernetes.commons.config.ReadType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadDetectionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.cloud.kubernetes.commons.config.SourceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.cloud.kubernetes.commons.loadbalancer.KubernetesLoadBalancerMode
Returns an array containing the constants of this enum class, in the order they are declared.

W

waitAfterRenewalFailure() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the waitAfterRenewalFailure record component.
waitCacheReady() - Method in record class org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryProperties
Returns the value of the waitCacheReady record component.
waitForPodReady() - Method in record class org.springframework.cloud.kubernetes.commons.leader.election.LeaderElectionProperties
Returns the value of the waitForPodReady record component.
watchReconnectInterval() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the watchReconnectInterval record component.
watchReconnectLimit() - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
Returns the value of the watchReconnectLimit record component.
withNamespace(String) - Method in record class org.springframework.cloud.kubernetes.commons.KubernetesClientProperties
copy constructor that only changes the namespace.

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 B C D E F G H I K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form