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
Allow developers to import the LWS api and client-go pkgs without the operator implementation.
Why is this needed:
In some cases, the dependencies that the operator brings with it are not compatible or not desirable with applications that would like to import lws api and client-go library only
One customer reported that they have an old controller-runtime dependency, and when they try to import lws, it causes conflicts. My assumption is that if we put sigs.k8s.io/lws/api/leaderworkerset/v1 and sigs.k8s.io/lws/client-go/applyconfiguration/leaderworkerset/v1 in a separate module, then that would resolve the conflict, wdyt?
What would you like to be added:
Allow developers to import the LWS api and client-go pkgs without the operator implementation.
Why is this needed:
In some cases, the dependencies that the operator brings with it are not compatible or not desirable with applications that would like to import lws api and client-go library only
See https://go.dev/doc/modules/managing-source
The text was updated successfully, but these errors were encountered: