containers

@JvmName(name = "ovaugxssqgktglcy")
suspend fun containers(value: Output<List<JobTemplateTemplateContainerArgs>>)
@JvmName(name = "otwpehwcklqdhanr")
suspend fun containers(value: List<JobTemplateTemplateContainerArgs>?)

Parameters

value

Holds the single container that defines the unit of execution for this task. Structure is documented below.


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


@JvmName(name = "ouahkioxxttncelo")
suspend fun containers(values: List<Output<JobTemplateTemplateContainerArgs>>)
@JvmName(name = "gunrvnbrpwfyqjpr")
suspend fun containers(vararg values: JobTemplateTemplateContainerArgs)

Parameters

values

Holds the single container that defines the unit of execution for this task. Structure is documented below.


@JvmName(name = "ycttblumyjswlqql")
suspend fun containers(argument: List<suspend JobTemplateTemplateContainerArgsBuilder.() -> Unit>)
@JvmName(name = "txoexrpaifyjakkb")
suspend fun containers(vararg argument: suspend JobTemplateTemplateContainerArgsBuilder.() -> Unit)
@JvmName(name = "fdjgjtqmadyfsxaf")
suspend fun containers(argument: suspend JobTemplateTemplateContainerArgsBuilder.() -> Unit)

Parameters

argument

Holds the single container that defines the unit of execution for this task. Structure is documented below.