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
…uilder
Automatic merge from submit-queue
Update oc cmds to use upstream clientcmd/Factory#NewBuilder
Fixes#15278
1. Makes use of upstream's `util/clientcmd/Factory#NewBuilder` method.
2. Wires through commands' `local` option to the `util/clientcmd/Factory#PrinterForCommand` method (enables local commands to work without a connection to an api server)
cc @openshift/cli-review@deads2k
The rebase exposed dozens of places we were creating one off factories. We want to be more standard with upstream in their construction.
The text was updated successfully, but these errors were encountered: