Uses of Interface
io.quarkus.kubernetes.deployment.EnvVarPrefixConfig
Packages that use EnvVarPrefixConfig
-
Uses of EnvVarPrefixConfig in io.quarkus.kubernetes.deployment
Methods in io.quarkus.kubernetes.deployment that return types with arguments of type EnvVarPrefixConfigModifier and TypeMethodDescriptionstatic Map<String,EnvVarPrefixConfig> EnvConverter.collectPrefixes(EnvVarsConfig e) EnvVarsConfig.prefixes()The map recording the configuration of environment variable prefix.Method parameters in io.quarkus.kubernetes.deployment with type arguments of type EnvVarPrefixConfigModifier and TypeMethodDescriptionEnvConverter.extractConfigmapPrefix(String configmap, Map<String, EnvVarPrefixConfig> mappingWithPrefix) EnvConverter.extractSecretPrefix(String secret, Map<String, EnvVarPrefixConfig> mappingWithPrefix)