Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AvailableExpanders is a list of avaialble expander options AvailableExpanders = []string{RandomExpanderName, MostPodsExpanderName, LeastWasteExpanderName} // RandomExpanderName selects a node group at random RandomExpanderName = "random" // MostPodsExpanderName selects a node group that fits the most pods MostPodsExpanderName = "most-pods" // LeastWasteExpanderName selects a node group that leaves the least fraction of CPU and Memory LeastWasteExpanderName = "least-waste" )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.