File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/scheduler/apis/config
staging/src/k8s.io/kube-scheduler/config/v1beta1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ type KubeSchedulerConfiguration struct {
80
80
// DisablePreemption disables the pod preemption feature.
81
81
DisablePreemption bool
82
82
83
- // PercentageOfNodeToScore is the percentage of all nodes that once found feasible
83
+ // PercentageOfNodesToScore is the percentage of all nodes that once found feasible
84
84
// for running a pod, the scheduler stops its search for more feasible nodes in
85
85
// the cluster. This helps improve scheduler's performance. Scheduler always tries to find
86
86
// at least "minFeasibleNodesToFind" feasible nodes no matter what the value of this flag is.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ type KubeSchedulerConfiguration struct {
64
64
// DisablePreemption disables the pod preemption feature.
65
65
DisablePreemption * bool `json:"disablePreemption,omitempty"`
66
66
67
- // PercentageOfNodeToScore is the percentage of all nodes that once found feasible
67
+ // PercentageOfNodesToScore is the percentage of all nodes that once found feasible
68
68
// for running a pod, the scheduler stops its search for more feasible nodes in
69
69
// the cluster. This helps improve scheduler's performance. Scheduler always tries to find
70
70
// at least "minFeasibleNodesToFind" feasible nodes no matter what the value of this flag is.
You can’t perform that action at this time.
0 commit comments