import { type PodSchedulingContext } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/resource.k8s.io@v1alpha2/structs.ts";
PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode.
This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
Properties
spec: PodSchedulingContextSpec
optional
status: PodSchedulingContextStatus | null