Add server flag to odo login (#5363)

* Add server flag to odo login

* Add unit tests

* Catch but ignore the error for Complete

* Create factory method for KubernetesClient
This commit is contained in:
Dharmit Shah
2022-01-28 20:16:09 +05:30
committed by GitHub
parent cbb8ff39eb
commit 9fcb25ecbe
6 changed files with 200 additions and 8 deletions

View File

@@ -38,3 +38,7 @@ mockgen -source=pkg/project/project.go \
mockgen -source=pkg/preference/preference.go \
-package preference \
-destination pkg/preference/mock.go
mockgen -source=pkg/auth/interface.go \
-package auth \
-destination pkg/auth/mock.go