

# KubernetesWorkloadDetails


Details about the Kubernetes workload involved in a Kubernetes finding.

## Contents


 ** containers **   <a name="guardduty-Type-KubernetesWorkloadDetails-containers"></a>
Containers running as part of the Kubernetes workload.  
Type: Array of [Container](API_Container.md) objects  
Required: No

 ** hostIPC **   <a name="guardduty-Type-KubernetesWorkloadDetails-hostIPC"></a>
Whether the host IPC flag is enabled for the pods in the workload.  
Type: Boolean  
Required: No

 ** hostNetwork **   <a name="guardduty-Type-KubernetesWorkloadDetails-hostNetwork"></a>
Whether the hostNetwork flag is enabled for the pods included in the workload.  
Type: Boolean  
Required: No

 ** hostPID **   <a name="guardduty-Type-KubernetesWorkloadDetails-hostPID"></a>
Whether the host PID flag is enabled for the pods in the workload.   
Type: Boolean  
Required: No

 ** name **   <a name="guardduty-Type-KubernetesWorkloadDetails-name"></a>
Kubernetes workload name.  
Type: String  
Required: No

 ** namespace **   <a name="guardduty-Type-KubernetesWorkloadDetails-namespace"></a>
Kubernetes namespace that the workload is part of.  
Type: String  
Required: No

 ** serviceAccountName **   <a name="guardduty-Type-KubernetesWorkloadDetails-serviceAccountName"></a>
The service account name that is associated with a Kubernetes workload.  
Type: String  
Required: No

 ** type **   <a name="guardduty-Type-KubernetesWorkloadDetails-type"></a>
Kubernetes workload type (e.g. Pod, Deployment, etc.).  
Type: String  
Required: No

 ** uid **   <a name="guardduty-Type-KubernetesWorkloadDetails-uid"></a>
Kubernetes workload ID.  
Type: String  
Required: No

 ** volumes **   <a name="guardduty-Type-KubernetesWorkloadDetails-volumes"></a>
Volumes used by the Kubernetes workload.  
Type: Array of [Volume](API_Volume.md) objects  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/guardduty-2017-11-28/KubernetesWorkloadDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/guardduty-2017-11-28/KubernetesWorkloadDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/guardduty-2017-11-28/KubernetesWorkloadDetails) 