-
Notifications
You must be signed in to change notification settings - Fork 275
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
Generate Kubernetes style api objects #1789
Comments
Can you elaborate on this? What does this enable you to do? |
I would like to interact with the RabbitMQ CRDs as described in this blog post and this associated code repo. It would allow something like
Once I have the RabbitMQ configuration, I can generate configuration for my applications that use RabbitMQ. Currently we are hand configuring it. I'd like to automate that burden. At the time, I don't think my company has the motivation to implement this themselves. |
We never intended for this Operator to be consumed as a library. In fact, we bump the The proposed change could be beneficial for this operator to make the code more readable, in addition to the automation benefit mentioned. If anybody wants to contribute this change, it would be most welcome. For our very small team, a cosmetic change like this sits at a low priority. |
I would like to interact with the RabbitMQ CRDs via Kubernetes style api objects.
This would require running [kube_codegen.sh] against the type definitions.
The text was updated successfully, but these errors were encountered: