Resource Claim Template Spec Patch
    data class ResourceClaimTemplateSpecPatch(val metadata: ObjectMetaPatch? = null, val spec: ResourceClaimSpecPatch? = null)
ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.
Properties
Link copied to clipboard
                  ObjectMeta 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
                  Spec for the ResourceClaim. The entire content is copied unchanged into the ResourceClaim that gets created from this template. The same fields as in a ResourceClaim are also valid here.