Update generated files

This commit is contained in:
Dr. Stefan Schimanski
2016-12-05 10:56:55 +01:00
parent 24e24fc7bb
commit 2dff13f332
37 changed files with 537 additions and 122 deletions

View File

@@ -5968,8 +5968,22 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Format: "",
},
},
"verbs": {
SchemaProps: spec.SchemaProps{
Description: "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
Type: []string{"array"},
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Type: []string{"string"},
Format: "",
},
},
},
},
},
},
Required: []string{"name", "namespaced", "kind"},
Required: []string{"name", "namespaced", "kind", "verbs"},
},
},
Dependencies: []string{},