import { type Node } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).
Properties
optional
spec: NodeSpec | nulloptional
status: NodeStatus | null