containers

@JvmName(name = "cgohvgyuortvmpdj")
suspend fun containers(value: Output<List<ServiceTemplateSpecContainerArgs>>)
@JvmName(name = "yhsueglstsrsushg")
suspend fun containers(value: List<ServiceTemplateSpecContainerArgs>?)

Parameters

value

Container defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of the fields of this Container, including: name, ports, and volumeMounts. The runtime contract is documented here: https://github.com/knative/serving/blob/main/docs/runtime-contract.md Structure is documented below.


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


@JvmName(name = "qajhdhpyriacqbyh")
suspend fun containers(values: List<Output<ServiceTemplateSpecContainerArgs>>)
@JvmName(name = "bdrnmfujbdkurrfs")
suspend fun containers(vararg values: ServiceTemplateSpecContainerArgs)

Parameters

values

Container defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of the fields of this Container, including: name, ports, and volumeMounts. The runtime contract is documented here: https://github.com/knative/serving/blob/main/docs/runtime-contract.md Structure is documented below.


@JvmName(name = "uwrasfvktjosoxnf")
suspend fun containers(argument: List<suspend ServiceTemplateSpecContainerArgsBuilder.() -> Unit>)
@JvmName(name = "eyessfvcoxulvmvn")
suspend fun containers(vararg argument: suspend ServiceTemplateSpecContainerArgsBuilder.() -> Unit)
@JvmName(name = "ndpgdwdttlqhbgvw")
suspend fun containers(argument: suspend ServiceTemplateSpecContainerArgsBuilder.() -> Unit)

Parameters

argument

Container defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of the fields of this Container, including: name, ports, and volumeMounts. The runtime contract is documented here: https://github.com/knative/serving/blob/main/docs/runtime-contract.md Structure is documented below.