File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
pkg/scheduler/framework/plugins Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const (
40
40
// Name is the name of the plugin used in the plugin registry and configurations.
41
41
Name = "NodePorts"
42
42
43
- // preFilterStateKey is the key in CycleState to InterPodAffinity pre-computed data.
43
+ // preFilterStateKey is the key in CycleState to NodePorts pre-computed data.
44
44
// Using the name of the plugin will likely help us avoid collisions with other plugins.
45
45
preFilterStateKey = "PreFilter" + Name
46
46
)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const (
38
38
// FitName is the name of the plugin used in the plugin registry and configurations.
39
39
FitName = "NodeResourcesFit"
40
40
41
- // preFilterStateKey is the key in CycleState to InterPodAffinity pre-computed data.
41
+ // preFilterStateKey is the key in CycleState to NodeResourcesFit pre-computed data.
42
42
// Using the name of the plugin will likely help us avoid collisions with other plugins.
43
43
preFilterStateKey = "PreFilter" + FitName
44
44
)
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const (
39
39
// ResourceLimitsName is the name of the plugin used in the plugin registry and configurations.
40
40
ResourceLimitsName = "NodeResourceLimits"
41
41
42
- // postFilterStateKey is the key in CycleState to InterPodAffinity pre-computed data.
42
+ // postFilterStateKey is the key in CycleState to NodeResourceLimits pre-computed data.
43
43
// Using the name of the plugin will likely help us avoid collisions with other plugins.
44
44
postFilterStateKey = "PostFilter" + ResourceLimitsName
45
45
)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const (
36
36
// Name is the name of the plugin used in the plugin registry and configurations.
37
37
Name = "ServiceAffinity"
38
38
39
- // preFilterStateKey is the key in CycleState to InterPodAffinity pre-computed data.
39
+ // preFilterStateKey is the key in CycleState to ServiceAffinity pre-computed data.
40
40
// Using the name of the plugin will likely help us avoid collisions with other plugins.
41
41
preFilterStateKey = "PreFilter" + Name
42
42
)
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var _ framework.ScorePlugin = &TaintToleration{}
42
42
const (
43
43
// Name is the name of the plugin used in the plugin registry and configurations.
44
44
Name = "TaintToleration"
45
- // postFilterStateKey is the key in CycleState to InterPodAffinity pre-computed data for Scoring.
45
+ // postFilterStateKey is the key in CycleState to TaintToleration pre-computed data for Scoring.
46
46
postFilterStateKey = "PostFilter" + Name
47
47
)
48
48
You can’t perform that action at this time.
0 commit comments