Skip to content

Guardduty  >  Structures  >  KubernetesWorkload

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
container_uids: list[str] | None = None

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.

namespace class-attribute instance-attribute
namespace: str | None = None

The Kubernetes namespace in which the workload is running, providing logical isolation within the cluster.