import { type ResourceClaim } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/resource.k8s.io@v1alpha2/mod.ts";
ResourceClaim describes which resources are needed by a resource consumer. Its status tracks whether the resource has been allocated and what the resulting attributes are.
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
Properties
spec: ResourceClaimSpec
optional
status: ResourceClaimStatus | null