spec

@JvmName(name = "fwvqjgyejsslcdid")
suspend fun spec(value: Output<PersistentVolumeClaimSpecPatchArgs>)
@JvmName(name = "ydheeewdwbqnvpfl")
suspend fun spec(value: PersistentVolumeClaimSpecPatchArgs?)

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 = "kmyjlayigdklnrdk")
suspend fun spec(argument: suspend PersistentVolumeClaimSpecPatchArgsBuilder.() -> 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.