Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/node.k8s.io@v1/mod.ts>RuntimeClass

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface RuntimeClass
import { type RuntimeClass } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/node.k8s.io@v1/mod.ts";

RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/

Properties

optional
apiVersion: "node.k8s.io/v1"
optional
kind: "RuntimeClass"
handler: string
optional
metadata: MetaV1.ObjectMeta | null
optional
overhead: Overhead | null
optional
scheduling: Scheduling | null