Values.KubernetesWorkloadSourceContains information about Kubernetes workloads involved in a GuardDuty finding, including pods, deployments, and other Kubernetes resources.
type nonrec t = {containerUids : ContainerUids.t option;A list of unique identifiers for the containers that are part of the Kubernetes workload.
*)namespace : String_.t option;The Kubernetes namespace in which the workload is running, providing logical isolation within the cluster.
*)kubernetesResourcesTypes : KubernetesResourcesTypes.t option;The types of Kubernetes resources involved in the workload.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ContainerUid.t ] list
| `String of String_.t ])
list ]