containers

@JvmName(name = "akjejwxqedtoalwm")
suspend fun containers(value: Output<List<ContainerPatchArgs>>)
@JvmName(name = "fpnmvxmqjhfxvqme")
suspend fun containers(value: List<ContainerPatchArgs>?)

Parameters

value

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.


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


@JvmName(name = "morvpndchvovopgs")
suspend fun containers(values: List<Output<ContainerPatchArgs>>)
@JvmName(name = "pflwxsopacomaprw")
suspend fun containers(vararg values: ContainerPatchArgs)

Parameters

values

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.


@JvmName(name = "yoiteeslxibndhom")
suspend fun containers(argument: List<suspend ContainerPatchArgsBuilder.() -> Unit>)
@JvmName(name = "csdvinxlrxwapfrc")
suspend fun containers(vararg argument: suspend ContainerPatchArgsBuilder.() -> Unit)
@JvmName(name = "yrkaptpbgkcjfqda")
suspend fun containers(argument: suspend ContainerPatchArgsBuilder.() -> Unit)

Parameters

argument

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.