Package io.quarkus.kubernetes.deployment
Class EnvVarFromConfigMapKeyConfig
java.lang.Object
io.quarkus.kubernetes.deployment.EnvVarFromConfigMapKeyConfig
The configuration of environment variables taking their value from a ConfigMap field identified by its key.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configmap
The name of the ConfigMap from which a value is to be extracted. -
key
The key identifying the field from which the value is extracted.
-
-
Constructor Details
-
EnvVarFromConfigMapKeyConfig
public EnvVarFromConfigMapKeyConfig()
-