Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BinpackWeight is the key for providing Binpack Priority Weight in YAML BinpackWeight = "binpack.weight" // BinpackCPU is the key for weight of cpu BinpackCPU = "binpack.cpu" // BinpackMemory is the key for memory of cpu BinpackMemory = "binpack.memory" // BinpackResources is the key for additional resource key name BinpackResources = "binpack.resources" // BinpackResourcesPrefix is the key prefix for additional resource key name BinpackResourcesPrefix = BinpackResources + "." )
View Source
const (
// PluginName indicates name of volcano scheduler plugin.
PluginName = "binpack"
)
Variables ¶
This section is empty.
Functions ¶
func BinPackingScore ¶
BinPackingScore use the best fit polices during scheduling. Goals: - Schedule Jobs using BestFit Policy using Resource Bin Packing Priority Function - Reduce Fragmentation of scarce resources on the Cluster
func ResourceBinPackingScore ¶
ResourceBinPackingScore calculate the binpack score for resource with provided info
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.