envFroms

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


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

Deprecated

`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.

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.

Warning: env_from is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.


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

Deprecated

`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.

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.

Warning: env_from is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.


@JvmName(name = "tagmeheujoocmmkn")
suspend fun envFroms(argument: List<suspend ServiceTemplateSpecContainerEnvFromArgsBuilder.() -> Unit>)
@JvmName(name = "kawuspffqkeqtdsh")
suspend fun envFroms(vararg argument: suspend ServiceTemplateSpecContainerEnvFromArgsBuilder.() -> Unit)
@JvmName(name = "pgioeftjlfxcgnlq")
suspend fun envFroms(argument: suspend ServiceTemplateSpecContainerEnvFromArgsBuilder.() -> Unit)

Deprecated

`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.

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.

Warning: env_from is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.