Persistent Volume Claim Template Patch Args
    data class PersistentVolumeClaimTemplatePatchArgs(val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<PersistentVolumeClaimSpecPatchArgs>? = null) : ConvertibleToJava<PersistentVolumeClaimTemplatePatchArgs> 
PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.
Constructors
Link copied to clipboard
                  constructor(metadata: Output<ObjectMetaPatchArgs>? = null, spec: Output<PersistentVolumeClaimSpecPatchArgs>? = null)
Properties
Link copied to clipboard
                  May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation.
Link copied to clipboard
                  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.