kubernetes-sigs / apiserver-builder-alpha

apiserver-builder-alpha implements libraries and tools to quickly and easily build Kubernetes apiservers/controllers to support custom resource types based on APIServer Aggregation
Apache License 2.0
787 stars 235 forks source link

Where is the unversioned API #646

Closed JackyZhangFuDan closed 1 year ago

JackyZhangFuDan commented 1 year ago

Hello Expert,

I have a question about the generated aggregated API server source code. I had added two versions to my aggregated server via the builder, and the server was built and ran locally successfully, but I can't find the 'unversioned' API source code under package 'pkg/apis/', although the other (external) versions were shown there as sub-folders.

Could you please hint where can I see that unversioned (also called as internal version) API?

thank you very much, Jacky