containers

@JvmName(name = "xlhbvuscvbsnbpok")
suspend fun containers(value: Output<List<ContainerPatchArgs>>)
@JvmName(name = "xaaqeavfqalhxfqj")
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 = "suubvsbkjfjhfcdq")
suspend fun containers(vararg values: Output<ContainerPatchArgs>)


@JvmName(name = "plnroefnusnjpfrw")
suspend fun containers(values: List<Output<ContainerPatchArgs>>)
@JvmName(name = "wrnqmjhjhlhyrihg")
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 = "gwpvimklgbcafkgu")
suspend fun containers(argument: List<suspend ContainerPatchArgsBuilder.() -> Unit>)
@JvmName(name = "midksopnytkcmxrm")
suspend fun containers(vararg argument: suspend ContainerPatchArgsBuilder.() -> Unit)
@JvmName(name = "ytblpgqfpofrdfwm")
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.