spec.SchedulerName should be spec.schedulerName in kube-scheduler help

This commit is contained in:
zhangxiaoyu-zidif
2018-04-07 18:06:17 +08:00
parent dfd6f581b5
commit a7771ef58b
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ type configFactory struct {
schedulerCache schedulercache.Cache
// SchedulerName of a scheduler is used to select which pods will be
// processed by this scheduler, based on pods's "spec.SchedulerName".
// processed by this scheduler, based on pods's "spec.schedulerName".
schedulerName string
// RequiredDuringScheduling affinity is not symmetric, but there is an implicit PreferredDuringScheduling affinity rule