Replies: 1 comment 1 reply
-
You should package the classes in your own project by using the java-generator. Check the documentation here: https://github.com/fabric8io/kubernetes-client/blob/main/doc/java-generation-from-CRD.md If you're using the Quarkus Operator SDK extension, the CRD generation for the project is integrated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I did not find any guideline or contributing quide on when to add a new model of CR
I'm currently writting an operator (JOSDK + Quarkus) and I need to create Flux CD dependent CR (like OCIRepositories https://fluxcd.io/flux/components/source/ocirepositories/)
Should a new module be created and CR generated on the Kubernetes Client? Is there any interest? Or such classes need to be packaged in my own code?
I would argue that FluxCD is a well know and stable CNCF project. All CR are in 'v1' now
Thanks
Beta Was this translation helpful? Give feedback.
All reactions