persistent Volume Claim
Parameters
value
Specifies the configuration of a Kubernetes persistentVolumeClaim
bounded to a persistentVolume
. For more information, see Persistent Volume Claims in the Kubernetes documentation .
suspend fun persistentVolumeClaim(argument: suspend JobDefinitionEksPersistentVolumeClaimArgsBuilder.() -> Unit)
Parameters
argument
Specifies the configuration of a Kubernetes persistentVolumeClaim
bounded to a persistentVolume
. For more information, see Persistent Volume Claims in the Kubernetes documentation .