envFroms

@JvmName(name = "sccbhmfuffovkasa")
suspend fun envFroms(vararg values: Output<ServiceTemplateSpecContainerEnvFromArgs>)


@JvmName(name = "bifmqyvkiobjtrka")
suspend fun envFroms(value: Output<List<ServiceTemplateSpecContainerEnvFromArgs>>)
@JvmName(name = "milkhkowbfrrdymg")
suspend fun envFroms(value: List<ServiceTemplateSpecContainerEnvFromArgs>?)

Deprecated

Not supported by Cloud Run fully managed

Parameters

value

(Optional, Deprecated) List of sources to populate environment variables in the container. 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. Structure is documented below.


@JvmName(name = "qectuxvrgbvqtgot")
suspend fun envFroms(values: List<Output<ServiceTemplateSpecContainerEnvFromArgs>>)
@JvmName(name = "fcnwlpvkdhnyynyo")
suspend fun envFroms(vararg values: ServiceTemplateSpecContainerEnvFromArgs)

Deprecated

Not supported by Cloud Run fully managed

Parameters

values

(Optional, Deprecated) List of sources to populate environment variables in the container. 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. Structure is documented below.


@JvmName(name = "qjxdhqaepocarcjx")
suspend fun envFroms(argument: List<suspend ServiceTemplateSpecContainerEnvFromArgsBuilder.() -> Unit>)
@JvmName(name = "khvnlfcclgbcjcpu")
suspend fun envFroms(vararg argument: suspend ServiceTemplateSpecContainerEnvFromArgsBuilder.() -> Unit)
@JvmName(name = "yaaiidcnphwmjfjb")
suspend fun envFroms(argument: suspend ServiceTemplateSpecContainerEnvFromArgsBuilder.() -> Unit)

Deprecated

Not supported by Cloud Run fully managed

Parameters

argument

(Optional, Deprecated) List of sources to populate environment variables in the container. 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. Structure is documented below.