DeleteKubeContext is a fake implementation of the function
(kubeConfig *api.Config, kubeContext string)
| 49 | |
| 50 | // DeleteKubeContext is a fake implementation of the function |
| 51 | func (l *Loader) DeleteKubeContext(kubeConfig *api.Config, kubeContext string) error { |
| 52 | return kubeconfig.NewLoader().DeleteKubeContext(kubeConfig, kubeContext) |
| 53 | } |
nothing calls this directly
no test coverage detected