containers

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

Parameters

value

An object that describes the configuration for the containers of the deployment.


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


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

Parameters

values

An object that describes the configuration for the containers of the deployment.


@JvmName(name = "awrispnkqpmffgug")
suspend fun containers(argument: List<suspend ContainerArgsBuilder.() -> Unit>)
@JvmName(name = "kpwirrgwigcgncnk")
suspend fun containers(vararg argument: suspend ContainerArgsBuilder.() -> Unit)
@JvmName(name = "ehnbyjlcrievoxmc")
suspend fun containers(argument: suspend ContainerArgsBuilder.() -> Unit)

Parameters

argument

An object that describes the configuration for the containers of the deployment.