Uses of Record Class
org.springframework.cloud.kubernetes.commons.config.MultipleSourcesContainer
Packages that use MultipleSourcesContainer
-
Uses of MultipleSourcesContainer in org.springframework.cloud.kubernetes.commons.config
Methods in org.springframework.cloud.kubernetes.commons.config that return MultipleSourcesContainerModifier and TypeMethodDescriptionprotected abstract MultipleSourcesContainerLabeledSourceData.dataSupplier(Map<String, String> labels) Implementation specific (fabric8 or k8s-native) way to get the data from then given source names.protected abstract MultipleSourcesContainerNamedSourceData.dataSupplier(LinkedHashSet<String> sourceNames) Implementation specific (fabric8 or k8s-native) way to get the data from then given source names.static MultipleSourcesContainerMultipleSourcesContainer.empty()static 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).