Codegen: subprojects openapi

Use the "subprojects" aspect of update-codegen to generat openapi for
the subprojects.  Next we can simplify and remove the generic support.

apiextensions-apiserver seems like it was ALWAYS broken:
k8s.io/apiextensions/ doesn't exist, but k8s.io/apiextensions-apiserver
does.

Fixing that causes different openapi results, obviously.
This commit is contained in:
Tim Hockin
2023-03-12 18:17:58 -07:00
parent 4c45313c3f
commit 93b2845bec
3 changed files with 14 additions and 1 deletions

View File

@@ -898,8 +898,8 @@ function codegen::subprojects() {
vendor/k8s.io/kube-aggregator
vendor/k8s.io/sample-apiserver
vendor/k8s.io/sample-controller
vendor/k8s.io/apiextensions-apiserver
vendor/k8s.io/metrics
vendor/k8s.io/apiextensions-apiserver
vendor/k8s.io/apiextensions-apiserver/examples/client-go
)