envFrom

@JvmName(name = "gkjfqpjcofpedkib")
suspend fun envFrom(value: Output<List<EnvFromSourcePatchArgs>>)
@JvmName(name = "udeohbgaounsmonn")
suspend fun envFrom(value: List<EnvFromSourcePatchArgs>?)

Parameters

value

List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.


@JvmName(name = "okpfxrxqqihfgibu")
suspend fun envFrom(vararg values: Output<EnvFromSourcePatchArgs>)


@JvmName(name = "uutwtjoaihllvunh")
suspend fun envFrom(values: List<Output<EnvFromSourcePatchArgs>>)
@JvmName(name = "dwmwrcjyoiibxfdu")
suspend fun envFrom(vararg values: EnvFromSourcePatchArgs)

Parameters

values

List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.


@JvmName(name = "mckvjodsaqrqijya")
suspend fun envFrom(argument: List<suspend EnvFromSourcePatchArgsBuilder.() -> Unit>)
@JvmName(name = "dobuymslrcolwsno")
suspend fun envFrom(vararg argument: suspend EnvFromSourcePatchArgsBuilder.() -> Unit)
@JvmName(name = "yxwufxptxlpskwyn")
suspend fun envFrom(argument: suspend EnvFromSourcePatchArgsBuilder.() -> Unit)

Parameters

argument

List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.