ephemeralContainerStatuses

@JvmName(name = "scgqwjcgvqcofidf")
suspend fun ephemeralContainerStatuses(value: Output<List<ContainerStatusArgs>>)
@JvmName(name = "ftnbwmhwqtmlrfxu")
suspend fun ephemeralContainerStatuses(value: List<ContainerStatusArgs>?)

Parameters

value

Statuses for any ephemeral containers that have run in this pod. Each ephemeral 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 = "nprwrjbvqklmfcuw")
suspend fun ephemeralContainerStatuses(vararg values: Output<ContainerStatusArgs>)


@JvmName(name = "gchwkjtvleswejkn")
suspend fun ephemeralContainerStatuses(values: List<Output<ContainerStatusArgs>>)
@JvmName(name = "snflboqxpcytpfdi")
suspend fun ephemeralContainerStatuses(vararg values: ContainerStatusArgs)

Parameters

values

Statuses for any ephemeral containers that have run in this pod. Each ephemeral 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 = "serpifvjvkyivtcy")
suspend fun ephemeralContainerStatuses(argument: List<suspend ContainerStatusArgsBuilder.() -> Unit>)
@JvmName(name = "grlaxavdsnrrlkrj")
suspend fun ephemeralContainerStatuses(vararg argument: suspend ContainerStatusArgsBuilder.() -> Unit)
@JvmName(name = "hdukiflpauqsjygh")
suspend fun ephemeralContainerStatuses(argument: suspend ContainerStatusArgsBuilder.() -> Unit)

Parameters

argument

Statuses for any ephemeral containers that have run in this pod. Each ephemeral 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