Values.EksVolumeSourceSpecifies an Amazon EKS volume for a job definition.
type nonrec t = {name : String_.t;The name of the volume. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation.
*)hostPath : EksHostPath.t option;Specifies the configuration of a Kubernetes hostPath volume. For more information, see hostPath in the Kubernetes documentation.
*)emptyDir : EksEmptyDir.t option;Specifies the configuration of a Kubernetes emptyDir volume. For more information, see emptyDir in the Kubernetes documentation.
*)secret : EksSecret.t option;Specifies the configuration of a Kubernetes secret volume. For more information, see secret in the Kubernetes documentation.
*)persistentVolumeClaim : EksPersistentVolumeClaim.t option;Specifies the configuration of a Kubernetes persistentVolumeClaim bounded to a persistentVolume. For more information, see Persistent Volume Claims in the Kubernetes documentation.
*)}