(kubeConfig *api.Config, kubeContext string)
| 14 | GetCurrentContext() (string, error) |
| 15 | SaveConfig(config *api.Config) error |
| 16 | DeleteKubeContext(kubeConfig *api.Config, kubeContext string) error |
| 17 | } |
| 18 | |
| 19 | type loader struct { |
no outgoing calls
no test coverage detected