JobDefinitionEksPersistentVolumeClaimArgs

data class JobDefinitionEksPersistentVolumeClaimArgs(val claimName: Output<String>, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<JobDefinitionEksPersistentVolumeClaimArgs>

Constructors

constructor(claimName: Output<String>, readOnly: Output<Boolean>? = null)

Properties

Link copied to clipboard
val claimName: Output<String>

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: Output<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 .

Functions

Link copied to clipboard
open override fun toJava(): JobDefinitionEksPersistentVolumeClaimArgs