-
Notifications
You must be signed in to change notification settings - Fork 64
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
Why require 0.19.6, and then replace it with 0.18.3? #5
Comments
Sorry for the mistake. Let me fix it. |
fixed: #8 |
hm... why do we dependent k8s? If so, how can us support different versino of k8s for different community? |
Becase the type.go and register.go depends on the libraries under k8s.io. I'll provide a script for users to update the version in go.mod automatically and they can generate the clients by another script under hack/ |
Can we just keep |
We've written the logic about how to generate the CRDS and they must depend on the libraries under k8s.io. So these libraries are necessary. Of course, we can let user to manage go.mod. |
if so, it's not necessary to have such a repo :( |
rt
The text was updated successfully, but these errors were encountered: