pods property

List<Pod>? pods
getter/setter pair

Kubernetes Pods associated with the finding.

This field contains Pod records for each container that is owned by a Pod.

Implementation

core.List<Pod>? pods;