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

@@ -280,6 +280,20 @@ var OpenAPIDefinitions *openapi.OpenAPIDefinitions = &openapi.OpenAPIDefinitions
},
},
},
"shortNames": {
SchemaProps: spec.SchemaProps{
Description: "shortNames is a list of suggested short names of the resource.",
Type: []string{"array"},
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{
SchemaProps: spec.SchemaProps{
Type: []string{"string"},
Format: "",
},
},
},
},
},
},
Required: []string{"name", "namespaced", "kind", "verbs"},
},