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

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

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

AllocationResult contains attributes of an allocated resource.

Properties

optional
availableOnNodes: CoreV1.NodeSelector | null
optional
resourceHandles: Array<ResourceHandle> | null
optional
shareable: boolean | null