spec

@JvmName(name = "meyvqcviywomqhcp")
suspend fun spec(value: Output<PersistentVolumeClaimSpecArgs>)
@JvmName(name = "gjwhobrbbrefgybi")
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 = "nuugepsxeqfctpeq")
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.