@@ -497,6 +497,7 @@ profiles:
497
497
registryOptions : []app.Option {app .WithPlugin (podstate .Name , podstate .New )},
498
498
wantPlugins : map [string ]* config.Plugins {
499
499
"default-scheduler" : {
500
+ PreEnqueue : defaults .PluginsV1beta2 .PreEnqueue ,
500
501
QueueSort : defaults .PluginsV1beta2 .QueueSort ,
501
502
Bind : defaults .PluginsV1beta2 .Bind ,
502
503
PostFilter : defaults .PluginsV1beta2 .PostFilter ,
@@ -512,6 +513,7 @@ profiles:
512
513
registryOptions : []app.Option {app .WithPlugin (qos .Name , qos .New )},
513
514
wantPlugins : map [string ]* config.Plugins {
514
515
"default-scheduler" : {
516
+ PreEnqueue : defaults .ExpandedPluginsV1beta3 .PreEnqueue ,
515
517
QueueSort : config.PluginSet {Enabled : []config.Plugin {{Name : qos .Name }}},
516
518
Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
517
519
PostFilter : defaults .ExpandedPluginsV1beta3 .PostFilter ,
@@ -527,6 +529,7 @@ profiles:
527
529
wantPlugins : map [string ]* config.Plugins {
528
530
"default-scheduler" : {
529
531
MultiPoint : defaults .ExpandedPluginsV1 .MultiPoint ,
532
+ PreEnqueue : defaults .ExpandedPluginsV1 .PreEnqueue ,
530
533
QueueSort : config.PluginSet {Enabled : []config.Plugin {{Name : coscheduling .Name }}},
531
534
Bind : defaults .ExpandedPluginsV1 .Bind ,
532
535
PreFilter : config.PluginSet {
@@ -551,6 +554,7 @@ profiles:
551
554
registryOptions : []app.Option {app .WithPlugin (noderesources .AllocatableName , noderesources .NewAllocatable )},
552
555
wantPlugins : map [string ]* config.Plugins {
553
556
"default-scheduler" : {
557
+ PreEnqueue : defaults .ExpandedPluginsV1 .PreEnqueue ,
554
558
QueueSort : defaults .ExpandedPluginsV1 .QueueSort ,
555
559
Bind : defaults .ExpandedPluginsV1 .Bind ,
556
560
PreFilter : defaults .ExpandedPluginsV1 .PreFilter ,
@@ -569,8 +573,9 @@ profiles:
569
573
registryOptions : []app.Option {app .WithPlugin (capacityscheduling .Name , capacityscheduling .New )},
570
574
wantPlugins : map [string ]* config.Plugins {
571
575
"default-scheduler" : {
572
- QueueSort : defaults .PluginsV1beta2 .QueueSort ,
573
- Bind : defaults .PluginsV1beta2 .Bind ,
576
+ PreEnqueue : defaults .PluginsV1beta2 .PreEnqueue ,
577
+ QueueSort : defaults .PluginsV1beta2 .QueueSort ,
578
+ Bind : defaults .PluginsV1beta2 .Bind ,
574
579
PreFilter : config.PluginSet {
575
580
Enabled : append (defaults .PluginsV1beta2 .PreFilter .Enabled , config.Plugin {Name : capacityscheduling .Name }),
576
581
},
@@ -591,8 +596,9 @@ profiles:
591
596
registryOptions : []app.Option {app .WithPlugin (capacityscheduling .Name , capacityscheduling .New )},
592
597
wantPlugins : map [string ]* config.Plugins {
593
598
"default-scheduler" : {
594
- QueueSort : defaults .ExpandedPluginsV1beta3 .QueueSort ,
595
- Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
599
+ PreEnqueue : defaults .ExpandedPluginsV1beta3 .PreEnqueue ,
600
+ QueueSort : defaults .ExpandedPluginsV1beta3 .QueueSort ,
601
+ Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
596
602
PreFilter : config.PluginSet {
597
603
Enabled : append (defaults .ExpandedPluginsV1beta3 .PreFilter .Enabled , config.Plugin {Name : capacityscheduling .Name }),
598
604
},
@@ -613,6 +619,7 @@ profiles:
613
619
registryOptions : []app.Option {app .WithPlugin (targetloadpacking .Name , targetloadpacking .New )},
614
620
wantPlugins : map [string ]* config.Plugins {
615
621
"default-scheduler" : {
622
+ PreEnqueue : defaults .ExpandedPluginsV1beta3 .PreEnqueue ,
616
623
QueueSort : defaults .ExpandedPluginsV1beta3 .QueueSort ,
617
624
Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
618
625
PreFilter : defaults .ExpandedPluginsV1beta3 .PreFilter ,
@@ -631,6 +638,7 @@ profiles:
631
638
registryOptions : []app.Option {app .WithPlugin (targetloadpacking .Name , targetloadpacking .New )},
632
639
wantPlugins : map [string ]* config.Plugins {
633
640
"default-scheduler" : {
641
+ PreEnqueue : defaults .ExpandedPluginsV1beta3 .PreEnqueue ,
634
642
QueueSort : defaults .ExpandedPluginsV1beta3 .QueueSort ,
635
643
Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
636
644
PreFilter : defaults .ExpandedPluginsV1beta3 .PreFilter ,
@@ -649,6 +657,7 @@ profiles:
649
657
registryOptions : []app.Option {app .WithPlugin (loadvariationriskbalancing .Name , loadvariationriskbalancing .New )},
650
658
wantPlugins : map [string ]* config.Plugins {
651
659
"default-scheduler" : {
660
+ PreEnqueue : defaults .ExpandedPluginsV1beta3 .PreEnqueue ,
652
661
QueueSort : defaults .ExpandedPluginsV1beta3 .QueueSort ,
653
662
Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
654
663
PreFilter : defaults .ExpandedPluginsV1beta3 .PreFilter ,
@@ -667,6 +676,7 @@ profiles:
667
676
registryOptions : []app.Option {app .WithPlugin (lowriskovercommitment .Name , lowriskovercommitment .New )},
668
677
wantPlugins : map [string ]* config.Plugins {
669
678
"default-scheduler" : {
679
+ PreEnqueue : defaults .ExpandedPluginsV1beta3 .PreEnqueue ,
670
680
QueueSort : defaults .ExpandedPluginsV1beta3 .QueueSort ,
671
681
Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
672
682
PreFilter : defaults .ExpandedPluginsV1beta3 .PreFilter ,
@@ -685,6 +695,7 @@ profiles:
685
695
registryOptions : []app.Option {app .WithPlugin (noderesourcetopology .Name , noderesourcetopology .New )},
686
696
wantPlugins : map [string ]* config.Plugins {
687
697
"default-scheduler" : {
698
+ PreEnqueue : defaults .ExpandedPluginsV1 .PreEnqueue ,
688
699
QueueSort : defaults .ExpandedPluginsV1 .QueueSort ,
689
700
Bind : defaults .ExpandedPluginsV1 .Bind ,
690
701
PreFilter : defaults .ExpandedPluginsV1 .PreFilter ,
@@ -703,6 +714,7 @@ profiles:
703
714
registryOptions : []app.Option {app .WithPlugin (topologicalsort .Name , topologicalsort .New )},
704
715
wantPlugins : map [string ]* config.Plugins {
705
716
"default-scheduler" : {
717
+ PreEnqueue : defaults .ExpandedPluginsV1beta3 .PreEnqueue ,
706
718
QueueSort : config.PluginSet {Enabled : []config.Plugin {{Name : topologicalsort .Name }}},
707
719
Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
708
720
PostFilter : defaults .ExpandedPluginsV1beta3 .PostFilter ,
@@ -717,8 +729,9 @@ profiles:
717
729
registryOptions : []app.Option {app .WithPlugin (networkoverhead .Name , networkoverhead .New )},
718
730
wantPlugins : map [string ]* config.Plugins {
719
731
"default-scheduler" : {
720
- QueueSort : defaults .ExpandedPluginsV1beta3 .QueueSort ,
721
- Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
732
+ PreEnqueue : defaults .ExpandedPluginsV1beta3 .PreEnqueue ,
733
+ QueueSort : defaults .ExpandedPluginsV1beta3 .QueueSort ,
734
+ Bind : defaults .ExpandedPluginsV1beta3 .Bind ,
722
735
PreFilter : config.PluginSet {
723
736
Enabled : append (defaults .ExpandedPluginsV1beta3 .PreFilter .Enabled , config.Plugin {Name : networkoverhead .Name }),
724
737
},
0 commit comments