This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* no more unnecessary logging * default to LAN worker, allow k8s worker override * turns out we don't need to do anything with the error stream besides open it * pull the determining of k8s-related defaults out of `main.go` * if we can be a bit more careful with our tests, we should actually be able to remove the K8sConnection type and replace it with a rest.Config, where getting the URL path to a portforward action should be a matter of calling rest.RESTClientFor and then using the fluent APIs, as is currently hidden in the implementation of systemK8sConnection. Signed-off-by: Jamie Klassen <jklassen@vmware.com>
- Loading branch information
Jamie Klassen
committed
Aug 13, 2020
1 parent
1d4585a
commit 191479f
Showing
3 changed files
with
66 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters