Class EnvVarFromConfigMapKeyConfig


  • public class EnvVarFromConfigMapKeyConfig
    extends Object
    The configuration of environment variables taking their value from a ConfigMap field identified by its key.
    • Field Detail

      • configmap

        @ConfigItem
        String configmap
        The name of the ConfigMap from which a value is to be extracted.
      • key

        @ConfigItem
        String key
        The key identifying the field from which the value is extracted.
    • Constructor Detail

      • EnvVarFromConfigMapKeyConfig

        public EnvVarFromConfigMapKeyConfig()