checking-in generated code

This commit is contained in:
p0lyn0mial
2017-01-25 21:46:20 +01:00
parent d100d56446
commit 1c924ccd7e
33 changed files with 416 additions and 145 deletions

View File

@@ -10482,6 +10482,13 @@
"description": "namespaced indicates if a resource is namespaced or not.",
"type": "boolean"
},
"shortNames": {
"description": "shortNames is a list of suggested short names of the resource.",
"type": "array",
"items": {
"type": "string"
}
},
"verbs": {
"description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
"type": "array",