Skip to content

Commit

Permalink
Update factory.go
Browse files Browse the repository at this point in the history
Signed-off-by: wuyue <wuyue_andrew@outlook.com>
  • Loading branch information
wuyueandrew committed Nov 8, 2023
1 parent 7635571 commit 51320d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/scheduler/plugins/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,8 @@ func init() {
framework.RegisterPluginBuilder(cdp.PluginName, cdp.New)
framework.RegisterPluginBuilder(rescheduling.PluginName, rescheduling.New)
framework.RegisterPluginBuilder(usage.PluginName, usage.New)
<<<<<<< HEAD
framework.RegisterPluginBuilder(pdb.PluginName, pdb.New)
=======
framework.RegisterPluginBuilder(nodegroup.PluginName, nodegroup.New)
>>>>>>> 5e084e555 (add nodegroup plugin)

// Plugins for Queues
framework.RegisterPluginBuilder(proportion.PluginName, proportion.New)
Expand Down

0 comments on commit 51320d2

Please sign in to comment.