Uses of Class
org.springframework.cloud.kubernetes.commons.config.ConfigUtils.Prefix
Packages that use ConfigUtils.Prefix
-
Uses of ConfigUtils.Prefix in org.springframework.cloud.kubernetes.commons.config
Fields in org.springframework.cloud.kubernetes.commons.config declared as ConfigUtils.PrefixModifier and TypeFieldDescriptionstatic final ConfigUtils.PrefixConfigUtils.Prefix.DEFAULTprefix has not been provided.static final ConfigUtils.PrefixConfigUtils.Prefix.DELAYEDprefix has been enabled, but the actual value will be known later; the value for the prefix will be the name of the source.static ConfigUtils.PrefixConfigUtils.Prefix.KNOWNprefix is known at the callsite.Methods in org.springframework.cloud.kubernetes.commons.config that return ConfigUtils.PrefixModifier and TypeMethodDescriptionstatic ConfigUtils.PrefixConfigUtils.findPrefix(String explicitPrefix, Boolean useNameAsPrefix, boolean defaultUseNameAsPrefix, String normalizedName) LabeledConfigMapNormalizedSource.prefix()LabeledSecretNormalizedSource.prefix()NamedConfigMapNormalizedSource.prefix()NamedSecretNormalizedSource.prefix()Methods in org.springframework.cloud.kubernetes.commons.config with parameters of type ConfigUtils.PrefixModifier and TypeMethodDescriptionfinal SourceDataLabeledSourceData.compute(Map<String, String> labels, ConfigUtils.Prefix prefix, String target, boolean failFast, String namespace) final SourceDataNamedSourceData.compute(String sourceName, ConfigUtils.Prefix prefix, String target, boolean profileSources, boolean failFast, String namespace, String[] activeProfiles) Constructors in org.springframework.cloud.kubernetes.commons.config with parameters of type ConfigUtils.PrefixModifierConstructorDescriptionLabeledConfigMapNormalizedSource(String namespace, Map<String, String> labels, boolean failFast, ConfigUtils.Prefix prefix, boolean includeProfileSpecificSources) LabeledSecretNormalizedSource(String namespace, Map<String, String> labels, boolean failFast, ConfigUtils.Prefix prefix) NamedConfigMapNormalizedSource(String name, String namespace, boolean failFast, ConfigUtils.Prefix prefix, boolean includeProfileSpecificSources) NamedConfigMapNormalizedSource(String name, String namespace, boolean failFast, ConfigUtils.Prefix prefix, boolean includeProfileSpecificSources, boolean appendProfileToName) NamedSecretNormalizedSource(String name, String namespace, boolean failFast, ConfigUtils.Prefix prefix, boolean includeProfileSpecificSources) NamedSecretNormalizedSource(String name, String namespace, boolean failFast, ConfigUtils.Prefix prefix, boolean includeProfileSpecificSources, boolean appendProfileToName)