initContainerStatuses

@JvmName(name = "rxrarrmsqdwbeadv")
suspend fun initContainerStatuses(value: Output<List<ContainerStatusArgs>>)
@JvmName(name = "yxdvihkdcamghaqp")
suspend fun initContainerStatuses(value: List<ContainerStatusArgs>?)

Parameters

value

The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status


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


@JvmName(name = "ictnipflxviasmwe")
suspend fun initContainerStatuses(values: List<Output<ContainerStatusArgs>>)
@JvmName(name = "nkmvltnvmmdymhbj")
suspend fun initContainerStatuses(vararg values: ContainerStatusArgs)

Parameters

values

The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status


@JvmName(name = "uknptnfwopmqxxjt")
suspend fun initContainerStatuses(argument: List<suspend ContainerStatusArgsBuilder.() -> Unit>)
@JvmName(name = "ihefpnqiefwnawkf")
suspend fun initContainerStatuses(vararg argument: suspend ContainerStatusArgsBuilder.() -> Unit)
@JvmName(name = "heuyfyhiulagmbwe")
suspend fun initContainerStatuses(argument: suspend ContainerStatusArgsBuilder.() -> Unit)

Parameters

argument

The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status