-
Notifications
You must be signed in to change notification settings - Fork 33
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
Support for client-go credential plugins #108
Comments
Ugh - this is ugly; the old-style credential commands took a list of arguments but the new client-go credential plugins (i.e. "exec") take a simple string containing all arguments (presumably in platform-specific format). This means we need to support BOTH a list of arguments AND a simple string containing all arguments (and propagate this all the way through to |
Here's an idea: Could you deserialize the property directly into a |
Docs here.
See felixfbecker/PSKubectl#54 for further details.
The text was updated successfully, but these errors were encountered: