containers

@JvmName(name = "wxvbsdwxemfqvari")
suspend fun containers(value: Output<List<ContainerArgs>>)
@JvmName(name = "ubmamqpypydwlisa")
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 = "durcbroewtvgexcf")
suspend fun containers(vararg values: Output<ContainerArgs>)


@JvmName(name = "lgbdcmbsoiwihduc")
suspend fun containers(values: List<Output<ContainerArgs>>)
@JvmName(name = "ysdxwkvgtrxhgqwj")
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 = "wfvitdmaqcoownel")
suspend fun containers(argument: List<suspend ContainerArgsBuilder.() -> Unit>)
@JvmName(name = "gcfjdbedjonvonjd")
suspend fun containers(vararg argument: suspend ContainerArgsBuilder.() -> Unit)
@JvmName(name = "xfadbpfjuwfedatl")
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.