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

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

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface PodSchedulingContext
import { type PodSchedulingContext } from "https://deno.land/x/kubernetes_apis@v0.5.1/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

optional
apiVersion: "resource.k8s.io/v1alpha2"
optional
kind: "PodSchedulingContext"
optional
metadata: MetaV1.ObjectMeta | null
optional
status: PodSchedulingContextStatus | null