Uses of Record Class
org.springframework.cloud.kubernetes.commons.config.StrippedSourceContainer
Packages that use StrippedSourceContainer
-
Uses of StrippedSourceContainer in org.springframework.cloud.kubernetes.commons.config
Method parameters in org.springframework.cloud.kubernetes.commons.config with type arguments of type StrippedSourceContainerModifier and TypeMethodDescriptionstatic MultipleSourcesContainerConfigUtils.processLabeledData(List<StrippedSourceContainer> containers, org.springframework.core.env.Environment environment, Map<String, String> labels, String namespace, boolean decode) 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).static MultipleSourcesContainerConfigUtils.processNamedData(List<StrippedSourceContainer> strippedSources, org.springframework.core.env.Environment environment, LinkedHashSet<String> sourceNames, String namespace, boolean decode, boolean includeDefaultProfileData) 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).