-
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] CRDGenerator v2 #5948
Labels
Milestone
Comments
shawkins
added a commit
to shawkins/kubernetes-client
that referenced
this issue
Apr 24, 2024
closes: fabric8io#5948 also removes v1beta1 from the new code
11 tasks
11 tasks
manusa
pushed a commit
that referenced
this issue
May 3, 2024
feature: add a v2 crd generator based on jackson closes: #5948 also removes v1beta1 from the new code --- fixing formatting --- fully removing v1beta1 and ordering required --- accepting the change in the printer column type also removing another reference to CustomResource --- removing erroneous v1 changes --- removing decorator classes --- wiring up new top level options --- removing deprecated method, adding another test --- Update crd-generator/api-v2/src/main/java/io/fabric8/crdv2/generator/AbstractJsonSchema.java Co-authored-by: Bernhard Strähle <[email protected]> --- Update crd-generator/api-v2/src/main/java/io/fabric8/crdv2/generator/v1/CustomResourceHandler.java Co-authored-by: Bernhard Strähle <[email protected]> --- finishing off review changes and adding a test --- Merge branch 'main' of github.com:fabric8io/kubernetes-client into crd-generator-v7-development --- replacing the YAML_MAPPER with standard serialization --- adding back a common method for printer columns also using string instead of object or array types --- adding back dependent class names --- stripping the explicit start --- removing unnecessary override
This was referenced May 6, 2024
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
closing since I mistakenly duplicated it in #6616 which is no more up to date. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #5942
We've decided to commit a v2 implementation of the crd generator along side the existing one so that it can be part of fabric8 6.
Tasks
The text was updated successfully, but these errors were encountered: