env

@JvmName(name = "fvgprsdloddirjry")
suspend fun env(value: Output<List<GoogleCloudMlV1__EnvVarArgs>>)
@JvmName(name = "gyjsbxhpcldfjdoj")
suspend fun env(value: List<GoogleCloudMlV1__EnvVarArgs>?)

Parameters

value

Immutable. List of environment variables to set in the container. After the container starts running, code running in the container can read these environment variables. Additionally, the command and args fields can reference these variables. Later entries in this list can also reference earlier entries. For example, the following example sets the variable VAR_2 to have the value foo bar: ``json [ { "name": "VAR_1", "value": "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ] `` If you switch the order of the variables in the example, then the expansion does not occur. This field corresponds to the env field of the Kubernetes Containers v1 core API.


@JvmName(name = "cnpmrxgvlxmrdsqf")
suspend fun env(vararg values: Output<GoogleCloudMlV1__EnvVarArgs>)


@JvmName(name = "jmwnrloqgwhydosd")
suspend fun env(values: List<Output<GoogleCloudMlV1__EnvVarArgs>>)
@JvmName(name = "abhwtivbmccygdfa")
suspend fun env(vararg values: GoogleCloudMlV1__EnvVarArgs)

Parameters

values

Immutable. List of environment variables to set in the container. After the container starts running, code running in the container can read these environment variables. Additionally, the command and args fields can reference these variables. Later entries in this list can also reference earlier entries. For example, the following example sets the variable VAR_2 to have the value foo bar: ``json [ { "name": "VAR_1", "value": "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ] `` If you switch the order of the variables in the example, then the expansion does not occur. This field corresponds to the env field of the Kubernetes Containers v1 core API.


@JvmName(name = "tjbsorxmxjulmrae")
suspend fun env(argument: List<suspend GoogleCloudMlV1__EnvVarArgsBuilder.() -> Unit>)
@JvmName(name = "kpviljeyellbdsel")
suspend fun env(vararg argument: suspend GoogleCloudMlV1__EnvVarArgsBuilder.() -> Unit)
@JvmName(name = "geeelyplguqitwpb")
suspend fun env(argument: suspend GoogleCloudMlV1__EnvVarArgsBuilder.() -> Unit)

Parameters

argument

Immutable. List of environment variables to set in the container. After the container starts running, code running in the container can read these environment variables. Additionally, the command and args fields can reference these variables. Later entries in this list can also reference earlier entries. For example, the following example sets the variable VAR_2 to have the value foo bar: ``json [ { "name": "VAR_1", "value": "foo" }, { "name": "VAR_2", "value": "$(VAR_1) bar" } ] `` If you switch the order of the variables in the example, then the expansion does not occur. This field corresponds to the env field of the Kubernetes Containers v1 core API.