support multiple gvks in custom openapi schema

This commit is contained in:
Natasha Sarkar
2021-09-02 11:05:16 -07:00
parent f122fb12f3
commit 02cb395ec2
4 changed files with 110 additions and 6 deletions

View File

@@ -34,6 +34,11 @@
"group": "example.com",
"kind": "MyCRD",
"version": "v1alpha1"
},
{
"group": "",
"kind": "MyCRD",
"version": "v1alpha1"
}
]
},