import { type NodeSpec } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
NodeSpec describes the attributes that a node is created with.
Properties
optional
configSource: NodeConfigSource | nulloptional
taints: Array<Taint> | null