NewKubeDefaultClient implements interface
()
| 124 | |
| 125 | // NewKubeDefaultClient implements interface |
| 126 | func (f *DefaultFactoryImpl) NewKubeDefaultClient() (kubectl.Client, error) { |
| 127 | return kubectl.NewDefaultClient() |
| 128 | } |
| 129 | |
| 130 | // NewKubeClientFromContext implements interface |
| 131 | func (f *DefaultFactoryImpl) NewKubeClientFromContext(context, namespace string) (kubectl.Client, error) { |
nothing calls this directly
no test coverage detected