checking-in generated code
This commit is contained in:
@@ -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"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user