You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I don't want to add unused dependencies such as client-go and etc when I use controller-runtime to develop operators.
Describe the solution you'd like
I think it would be a good idea to move pkg/clientset and pkg/apis/helpers to another repo such as volcano/client-go like what istio/client-go did.
Additional context
There is no need to add replace statement in go.mod
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I don't want to add unused dependencies such as client-go and etc when I use controller-runtime to develop operators.
Describe the solution you'd like
I think it would be a good idea to move pkg/clientset and pkg/apis/helpers to another repo such as volcano/client-go like what istio/client-go did.
Additional context
There is no need to add replace statement in go.mod
The text was updated successfully, but these errors were encountered: