containerStatuses

@JvmName(name = "btsjgkcnymeiwybi")
suspend fun containerStatuses(value: Output<List<ContainerStatusArgs>>)
@JvmName(name = "lusxlpkumewynska")
suspend fun containerStatuses(value: List<ContainerStatusArgs>?)

Parameters

value

Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status


@JvmName(name = "yvrrbvnwuqnfjjje")
suspend fun containerStatuses(vararg values: Output<ContainerStatusArgs>)


@JvmName(name = "rvcvqcujvpirkcpd")
suspend fun containerStatuses(values: List<Output<ContainerStatusArgs>>)
@JvmName(name = "bxvxthwgpbapnjpb")
suspend fun containerStatuses(vararg values: ContainerStatusArgs)

Parameters

values

Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status


@JvmName(name = "lexbgakgddlhjjla")
suspend fun containerStatuses(argument: List<suspend ContainerStatusArgsBuilder.() -> Unit>)
@JvmName(name = "pcrtkttdktrrthgr")
suspend fun containerStatuses(vararg argument: suspend ContainerStatusArgsBuilder.() -> Unit)
@JvmName(name = "kjplanpaumgxqsml")
suspend fun containerStatuses(argument: suspend ContainerStatusArgsBuilder.() -> Unit)

Parameters

argument

Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status