autogenerated files

This commit is contained in:
Bobby (Babak) Salamat
2018-02-06 17:51:30 -08:00
parent 9493f5fceb
commit 646ee95213
19 changed files with 22 additions and 21 deletions

View File

@@ -77475,7 +77475,7 @@
"format": "int32"
},
"priorityClassName": {
"description": "If specified, indicates the pod's priority. \"SYSTEM\" is a special keyword which indicates the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.",
"description": "If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.",
"type": "string"
},
"restartPolicy": {