initContainerStatuses property

List<ContainerStatus>? initContainerStatuses
final

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.

Implementation

final List<ContainerStatus>? initContainerStatuses;