-
Notifications
You must be signed in to change notification settings - Fork 32
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
🚀 Kubernetes clientset to apply changes from go code in cluster #88
Comments
@brightsparc This is an interesting request. Can you share some details of what your use-case is? |
Right now I am importing the
Ideally I would like a managed clientset that has |
Description
I would like to use this operator to create workspace, and module CR from a go client. Could this repo provide a library that could be installed similar to kubernetes that enable creating these resources without having to kube
kubectl apply -f
directly.Example client
Following
References
If we wanted to execute this from within golang, the alternative would be to use a code generator, or else just call out to
kubectl
directly.Community Note
The text was updated successfully, but these errors were encountered: