Add ServiceAccount as an alias for ServiceAccountName

This commit is contained in:
Max Forbes
2015-07-16 12:02:12 -07:00
parent f3b752d831
commit 7a3891e5f8
6 changed files with 189 additions and 127 deletions

View File

@@ -12417,6 +12417,10 @@
"type": "string",
"description": "name of the ServiceAccount to use to run this pod; see http://releases.k8s.io/HEAD/docs/service_accounts.md"
},
"serviceAccount": {
"type": "string",
"description": "deprecated; use serviceAccountName instead"
},
"nodeName": {
"type": "string",
"description": "node requested for this pod"