- Display a special error for each of the currently 2 error types from
loading the kubeconfig
- Special handling of dead clusters in proxy handler so that there are
no unhandled promise rejections
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* Add some basic unit tests for cluster, kube-auth-proxy, and kubeconfig-manager
- src/main/cluster.ts
- src/main/kube-auth-proxy.ts
- src/main/kubeconfig-manager.ts
Signed-off-by: Sebastian Malton <sebastian@malton.name>