mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Format the code in pkg/scheduler/framework/plugins/noderesources/balanced_allocation.go
This commit is contained in:
parent
f3654386ab
commit
2f1168d9a5
@ -37,7 +37,7 @@ type BalancedAllocation struct {
|
|||||||
resourceAllocationScorer
|
resourceAllocationScorer
|
||||||
}
|
}
|
||||||
|
|
||||||
var _ = framework.ScorePlugin(&BalancedAllocation{})
|
var _ framework.ScorePlugin = &BalancedAllocation{}
|
||||||
|
|
||||||
// BalancedAllocationName is the name of the plugin used in the plugin registry and configurations.
|
// BalancedAllocationName is the name of the plugin used in the plugin registry and configurations.
|
||||||
const BalancedAllocationName = names.NodeResourcesBalancedAllocation
|
const BalancedAllocationName = names.NodeResourcesBalancedAllocation
|
||||||
|
Loading…
Reference in New Issue
Block a user