KubernetesWorkload¶
Structure Class¶
KubernetesWorkload
dataclass
¶
Contains information about Kubernetes workloads involved in a GuardDuty finding, including pods, deployments, and other Kubernetes resources.
Attributes¶
container_uids
class-attribute
instance-attribute
¶
A list of unique identifiers for the containers that are part of the Kubernetes workload.
kubernetes_resources_types
class-attribute
instance-attribute
¶
kubernetes_resources_types: KubernetesResourcesTypes | None = None
The types of Kubernetes resources involved in the workload.