containers

@JvmName(name = "rcfesasmnmchxyer")
suspend fun containers(value: Output<List<ContainerArgs>>)
@JvmName(name = "avtkkdvlbtnvtste")
suspend fun containers(value: List<ContainerArgs>?)

Parameters

value

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.


@JvmName(name = "qntdqlkhxcubuuin")
suspend fun containers(vararg values: Output<ContainerArgs>)


@JvmName(name = "uigdnreedluqssmd")
suspend fun containers(values: List<Output<ContainerArgs>>)
@JvmName(name = "pyedgqsttjmjlnyw")
suspend fun containers(vararg values: ContainerArgs)

Parameters

values

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.


@JvmName(name = "wuffeqdqulhhvusb")
suspend fun containers(argument: List<suspend ContainerArgsBuilder.() -> Unit>)
@JvmName(name = "pbtxmjttxekhyesg")
suspend fun containers(vararg argument: suspend ContainerArgsBuilder.() -> Unit)
@JvmName(name = "vyqcgscfnnhsgsyt")
suspend fun containers(argument: suspend ContainerArgsBuilder.() -> Unit)

Parameters

argument

Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.