Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AvailableExpanders is a list of available expander options AvailableExpanders = []string{RandomExpanderName, MostPodsExpanderName, LeastWasteExpanderName, PriceBasedExpanderName} // 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" // PriceBasedExpanderName selects a node group that is the most cost-effective and consistent with // the preferred node size for the cluster PriceBasedExpanderName = "price" )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.