Job Definition Eks Persistent Volume Claim Args
data class JobDefinitionEksPersistentVolumeClaimArgs(val claimName: Output<String>, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<JobDefinitionEksPersistentVolumeClaimArgs>
Properties
Link copied to clipboard
The name of the persistentVolumeClaim
bounded to a persistentVolume
. For more information, see Persistent Volume Claims in the Kubernetes documentation .
Link copied to clipboard
An optional boolean value indicating if the mount is read only. Default is false. For more information, see Read Only Mounts in the Kubernetes documentation .