Values.KubernetesWorkloadDetailsSourceDetails about the Kubernetes workload involved in a Kubernetes finding.
type nonrec t = {name : String_.t option;Kubernetes workload name.
*)type_ : String_.t option;Kubernetes workload type (e.g. Pod, Deployment, etc.).
*)uid : String_.t option;Kubernetes workload ID.
*)namespace : String_.t option;Kubernetes namespace that the workload is part of.
*)hostNetwork : Boolean.t option;Whether the hostNetwork flag is enabled for the pods included in the workload.
*)serviceAccountName : String_.t option;The service account name that is associated with a Kubernetes workload.
*)containers : Containers.t option;Containers running as part of the Kubernetes workload.
*)volumes : Volumes.t option;Volumes used by the Kubernetes workload.
*)hostIPC : Boolean.t option;Whether the host IPC flag is enabled for the pods in the workload.
*)hostPID : Boolean.t option;Whether the host PID flag is enabled for the pods in the workload.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t | `String of String_.t ])
list ])
list ]
list
| `String of String_.t ])
list ]