Config Map Env Source Args
data class ConfigMapEnvSourceArgs(val localObjectReference: Output<LocalObjectReferenceArgs>? = null, val name: Output<String>? = null, val optional: Output<Boolean>? = null) : ConvertibleToJava<ConfigMapEnvSourceArgs>
Not supported by Cloud Run. ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.
Constructors
Link copied to clipboard
fun ConfigMapEnvSourceArgs(localObjectReference: Output<LocalObjectReferenceArgs>? = null, name: Output<String>? = null, optional: Output<Boolean>? = null)