Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/resource.k8s.io@v1alpha2/structs.ts>ResourceClaimStatus

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface ResourceClaimStatus
import { type ResourceClaimStatus } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/resource.k8s.io@v1alpha2/structs.ts";

ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.

Properties

optional
allocation: AllocationResult | null
optional
deallocationRequested: boolean | null
optional
driverName: string | null
optional
reservedFor: Array<ResourceClaimConsumerReference> | null