mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #111200 from ldsdsy/modify2
Format the code in pkg/scheduler/framework/plugins/noderesources
This commit is contained in:
commit
fdc7a5dd25
@ -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