Uses of Class
org.springframework.cloud.kubernetes.commons.config.NormalizedSource
Packages that use NormalizedSource
-
Uses of NormalizedSource in org.springframework.cloud.kubernetes.commons.config
Subclasses of NormalizedSource in org.springframework.cloud.kubernetes.commons.configModifier and TypeClassDescriptionfinal classA config map source that is based on labels.final classA secret source that is based on labels.final classA config map source that is based on name.final classA secret source that is based on name.Methods in org.springframework.cloud.kubernetes.commons.config that return types with arguments of type NormalizedSourceModifier and TypeMethodDescriptionprotected final List<NormalizedSource> SourceConfigProperties.determineSources(SourceType sourceType, org.springframework.core.env.Environment environment) Methods in org.springframework.cloud.kubernetes.commons.config with parameters of type NormalizedSourceModifier and TypeMethodDescriptionprotected org.springframework.core.env.MapPropertySourceConfigDataRetryableConfigMapPropertySourceLocator.getPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, NormalizedSource normalizedSource, ReadType readType) protected org.springframework.core.env.MapPropertySourceConfigDataRetryableSecretsPropertySourceLocator.getPropertySource(org.springframework.core.env.ConfigurableEnvironment environment, NormalizedSource normalizedSource, ReadType readType)