SetNamespace sets the namespace in the configuration
(namespace string)
| 287 | |
| 288 | // SetNamespace sets the namespace in the configuration |
| 289 | func (s *EnvSettings) SetNamespace(namespace string) { |
| 290 | s.namespace = namespace |
| 291 | } |
| 292 | |
| 293 | // RESTClientGetter gets the kubeconfig from EnvSettings |
| 294 | func (s *EnvSettings) RESTClientGetter() genericclioptions.RESTClientGetter { |
no outgoing calls