-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EPIC] Model Generation using OpenAPI #6130
Labels
component/kubernetes-model
Deals with the kubernetes-model
Milestone
Comments
This was referenced Jul 12, 2024
Closed
This was referenced Jul 17, 2024
This was referenced Jul 22, 2024
This was referenced Oct 7, 2024
This was referenced Oct 24, 2024
This was referenced Nov 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The current approach to model generation is slow and very hard and time consuming to maintain.
In addition, the current models lack Javadoc, which even if we have a fluent builder API, it's still a disadvantage from a UX perspective.
This contrasts very much with alternative approaches such as the one taken on YAKC where the complete generation for the Kubernetes models, OpenShift models, and a few extensions takes less than a minute.
Let's borrow some of the knowledge from the YAKC project and refactor our generation strategy.
Tasks
The text was updated successfully, but these errors were encountered: