JobDefinitionEksPersistentVolumeClaim

data class JobDefinitionEksPersistentVolumeClaim(val claimName: String, val readOnly: Boolean? = null)

Constructors

Link copied to clipboard
constructor(claimName: String, readOnly: Boolean? = null)

Types

Link copied to clipboard
object Companion

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
val readOnly: Boolean? = null

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 .