volume Mounts
Parameters
value
The volume mounts for the container. AWS Batch supports emptyDir
, hostPath
, and secret
volume types. For more information about volumes and volume mounts in Kubernetes, see Volumes in the Kubernetes documentation .
Parameters
values
The volume mounts for the container. AWS Batch supports emptyDir
, hostPath
, and secret
volume types. For more information about volumes and volume mounts in Kubernetes, see Volumes in the Kubernetes documentation .
suspend fun volumeMounts(argument: List<suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit>)
suspend fun volumeMounts(vararg argument: suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit)
suspend fun volumeMounts(argument: suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit)
Parameters
argument
The volume mounts for the container. AWS Batch supports emptyDir
, hostPath
, and secret
volume types. For more information about volumes and volume mounts in Kubernetes, see Volumes in the Kubernetes documentation .