Rename pod.spec.serviceAccount -> pod.spec.serviceAccountName for v1

This commit is contained in:
Jordan Liggitt
2015-06-18 22:35:42 -04:00
parent d8e5225144
commit 68a8a25494
11 changed files with 34 additions and 34 deletions

View File

@@ -12160,7 +12160,7 @@
"type": "any",
"description": "selector which must match a node's labels for the pod to be scheduled on that node"
},
"serviceAccount": {
"serviceAccountName": {
"type": "string",
"description": "name of the ServiceAccount to use to run this pod"
},