Merge pull request #41770 from k82cn/updated_sched_name

Automatic merge from submit-queue (batch tested with PRs 42365, 42429, 41770, 42018, 35055)

Updated scheduler name for multi-scheduler.

fixes #41859
This commit is contained in:
Kubernetes Submit Queue
2017-03-03 09:24:44 -08:00
committed by GitHub
30 changed files with 1446 additions and 611 deletions

View File

@@ -6598,7 +6598,7 @@ func GetOpenAPIDefinitions(ref openapi.ReferenceCallback) map[string]openapi.Ope
Ref: ref("k8s.io/kubernetes/pkg/api/v1.Affinity"),
},
},
"schedulername": {
"schedulerName": {
SchemaProps: spec.SchemaProps{
Description: "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.",
Type: []string{"string"},