import { type PodResourceClaim } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/mod.ts";
PodResourceClaim references exactly one ResourceClaim through a ClaimSource. It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name.
Properties
optional
source: ClaimSource | null