ConfigMapEnvSourceArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): ConfigMapEnvSourceArgs

Properties

Link copied to clipboard

This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.

Link copied to clipboard
val name: Output<String>? = null

The ConfigMap to select from.

Link copied to clipboard
val optional: Output<Boolean>? = null

Specify whether the ConfigMap must be defined.