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.
One option here is to accept the client interface type as part of the constructor. This is generally how go does dependency injection, which I think makes a lot of sense here. We would maintain the central place to get and configure the client but accept the mockable interface in the constructor.
This would allow us to use the fake clients without requiring a user to have a valid .kube config set up
I don't that we should require anything here.
I don't have an idea on how to fix ATM.
The text was updated successfully, but these errors were encountered: