import { type NodeStatus } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/mod.ts";
NodeStatus is information about the current status of a node.
Properties
optional
addresses: Array<NodeAddress> | nulloptional
conditions: Array<NodeCondition> | nulloptional
config: NodeConfigStatus | nulloptional
daemonEndpoints: NodeDaemonEndpoints | nulloptional
images: Array<ContainerImage> | nulloptional
nodeInfo: NodeSystemInfo | nulloptional
runtimeHandlers: Array<NodeRuntimeHandler> | nulloptional
volumesAttached: Array<AttachedVolume> | null