containers

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


@JvmName(name = "shshumivjyltxcmv")
suspend fun containers(values: List<Output<ContainerPatchArgs>>)
@JvmName(name = "ckrkattrgjoqwshb")
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 = "abdkfhnhhpdesagt")
suspend fun containers(argument: List<suspend ContainerPatchArgsBuilder.() -> Unit>)
@JvmName(name = "tttepktsvkxaxest")
suspend fun containers(vararg argument: suspend ContainerPatchArgsBuilder.() -> Unit)
@JvmName(name = "rmkjtamyrwvyvjho")
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.