# Functions
NewNodeMap creates a new NodesMap from a list of Nodes.
# Variables
OnDemand key for on-demand instances of NodesMap.
OnDemandNodeLabel label for on-demand instances.
Spot key for spot instances of NodesMap.
SpotNodeLabel label for spot instances.
# Structs
NodeInfo struct containing node and it's pods as well information resources on the node.
# Type aliases
Map map of NodeInfoArray.
NodeInfoArray array of NodeInfo pointers.
NodeType integer key for keying NodesMap.