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

@@ -40899,7 +40899,7 @@
"description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy",
"type": "string"
},
"schedulername": {
"schedulerName": {
"description": "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.",
"type": "string"
},