spec

@JvmName(name = "ptqkjoxxgobypxeu")
suspend fun spec(value: Output<PersistentVolumeClaimSpecArgs>)
@JvmName(name = "ubswdgojbrhbdqgo")
suspend fun spec(value: PersistentVolumeClaimSpecArgs)

Parameters

value

The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.


@JvmName(name = "trgmfddqmhrgafbb")
suspend fun spec(argument: suspend PersistentVolumeClaimSpecArgsBuilder.() -> Unit)

Parameters

argument

The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.