import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/node.k8s.io@v1beta1/mod.ts";
Interfaces
Overhead structure represents the resource overhead associated with running a pod. | |
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 (currently) 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://git.k8s.io/enhancements/keps/sig-node/585-runtime-class | |
RuntimeClassList is a list of RuntimeClass objects. | |
Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass. |