Class AbstractKubernetesConfigSourceUtil
java.lang.Object
io.quarkus.kubernetes.config.runtime.AbstractKubernetesConfigSourceUtil
- Direct Known Subclasses:
ConfigMapConfigSourceUtil,SecretConfigSourceUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract org.eclipse.microprofile.config.spi.ConfigSourcecreateLiteralDataConfigSource(String kubernetesConfigSourceName, Map<String, String> propertyMap, int ordinal) (package private) abstract org.eclipse.microprofile.config.spi.ConfigSourcecreatePropertiesConfigSource(String kubernetesConfigSourceName, String fileName, String input, int ordinal) (package private) abstract org.eclipse.microprofile.config.spi.ConfigSourcecreateYamlConfigSource(String kubernetesConfigSourceName, String fileName, String input, int ordinal) (package private) abstract StringgetType()(package private) abstract OrdinalData(package private) List<org.eclipse.microprofile.config.spi.ConfigSource>toConfigSources(io.fabric8.kubernetes.api.model.ObjectMeta metadata, Map<String, String> kubernetesConfigSourceDataMap, int ordinalOffset) Returns a list ofConfigSourcefor the literal data that is contained in the ConfigMap/Secret and for the application.{properties|yaml|yml} files that might be contained in it as well All theConfigSourceobjects use the same ordinal which is higher than the ordinal of normal configuration files, but lower than that of environment variables
-
Constructor Details
-
AbstractKubernetesConfigSourceUtil
AbstractKubernetesConfigSourceUtil()
-
-
Method Details
-
getType
-
ordinalData
-
createLiteralDataConfigSource
-
createPropertiesConfigSource
-
createYamlConfigSource
-
toConfigSources
List<org.eclipse.microprofile.config.spi.ConfigSource> toConfigSources(io.fabric8.kubernetes.api.model.ObjectMeta metadata, Map<String, String> kubernetesConfigSourceDataMap, int ordinalOffset) Returns a list ofConfigSourcefor the literal data that is contained in the ConfigMap/Secret and for the application.{properties|yaml|yml} files that might be contained in it as well All theConfigSourceobjects use the same ordinal which is higher than the ordinal of normal configuration files, but lower than that of environment variables
-