Merge pull request #34767 from ivan4th/fix-more-typos-1

Automatic merge from submit-queue

Fix typos
This commit is contained in:
Kubernetes Submit Queue
2016-10-14 23:30:23 -07:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -322,7 +322,7 @@ func TestResponsibleForPod(t *testing.T) {
factoryDefaultScheduler := NewConfigFactory(client, api.DefaultSchedulerName, api.DefaultHardPodAffinitySymmetricWeight, api.DefaultFailureDomains)
// factory of "foo-scheduler"
factoryFooScheduler := NewConfigFactory(client, "foo-scheduler", api.DefaultHardPodAffinitySymmetricWeight, api.DefaultFailureDomains)
// scheduler annotaions to be tested
// scheduler annotations to be tested
schedulerAnnotationFitsDefault := map[string]string{"scheduler.alpha.kubernetes.io/name": "default-scheduler"}
schedulerAnnotationFitsFoo := map[string]string{"scheduler.alpha.kubernetes.io/name": "foo-scheduler"}
schedulerAnnotationFitsNone := map[string]string{"scheduler.alpha.kubernetes.io/name": "bar-scheduler"}