Package io.quarkus.kubernetes.deployment
Class EnvVarFromKeyConfig
java.lang.Object
io.quarkus.kubernetes.deployment.EnvVarFromKeyConfig
The configuration of environment variables taking their value from a Secret or ConfigMap field identified by its key.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe optional name of the ConfigMap from which a value is to be extracted.The optional name of the Secret from which a value is to be extracted.(package private) StringThe key identifying the field from which the value is extracted. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fromSecret
The optional name of the Secret from which a value is to be extracted. Mutually exclusive withfromConfigmap. -
fromConfigmap
The optional name of the ConfigMap from which a value is to be extracted. Mutually exclusive withfromSecret. -
withKey
The key identifying the field from which the value is extracted.
-
-
Constructor Details
-
EnvVarFromKeyConfig
public EnvVarFromKeyConfig()
-