# Functions
NewPlanner is used to instantate a podset planner.
# Variables
ErrEmptyPriorityList returned when no node scores are found to select a node for the pod.
ErrNoNodesFound returned when no elible nodes are found for pod.
ErrNotFound is returned when a resource is not found.
ErrPodNotAssigned returned when a pod has net yet been assigned to a node.
# Structs
APIServer Structure anchor for the implementation of the telemetry API server.
Options is the configurable set of options for creating planner.
PodSetPlanner stores the info related to podset planning.