Class EnvVarFromConfigMapKeyConfig

java.lang.Object
io.quarkus.kubernetes.deployment.EnvVarFromConfigMapKeyConfig

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

    • 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 Details

    • EnvVarFromConfigMapKeyConfig

      public EnvVarFromConfigMapKeyConfig()