Persistent Volume Claim Template Patch
data class PersistentVolumeClaimTemplatePatch(val metadata: ObjectMetaPatch? = null, val spec: PersistentVolumeClaimSpecPatch? = null)
PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.
Constructors
Link copied to clipboard
fun PersistentVolumeClaimTemplatePatch(metadata: ObjectMetaPatch? = null, spec: PersistentVolumeClaimSpecPatch? = null)