containerStatuses property

List<ContainerStatus>? containerStatuses
final

The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status.

Implementation

final List<ContainerStatus>? containerStatuses;