-
Notifications
You must be signed in to change notification settings - Fork 344
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
Provide client-gen generated code to be used by other Operators #920
Comments
I think it's a great idea. Would you like to give this a try? The OpenTelemetry Operator has a similar structure as Jaeger's and I added this there some time ago. Here's what I think would be required: Install Add the command to |
Yes, I will contribute a PR for this. |
…ient-gen Signed-off-by: Ramesh Reddy <[email protected]>
…ient-gen Signed-off-by: Ramesh Reddy <[email protected]>
Signed-off-by: Ramesh Reddy <[email protected]>
Addressed by #921 |
Working on my operator and trying to enable the support to find available Jaeger instances, I did not find readily usable go client code that Get, List etc. This code can be auto-generated using the
[client-gen](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-api-machinery/generating-clientset.md)
tool. Locally I did the same to generate some code, however it would be nice have available as part of the Jaeger Operator code.The text was updated successfully, but these errors were encountered: