kubernetes v1.32

ResourceClaimTemplateList.items.spec

ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.

2 fields
ResourceClaimTemplateList.items.spec fields and descriptions
Field / TypeDescription
ObjectMeta

ObjectMeta may contain labels and annotations that will be copied into the ResourceClaim when creating it. No other fields are allowed and will be rejected during validation.

ResourceClaimSpec required

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.