RESTClientGetter gets the kubeconfig from EnvSettings
()
| 292 | |
| 293 | // RESTClientGetter gets the kubeconfig from EnvSettings |
| 294 | func (s *EnvSettings) RESTClientGetter() genericclioptions.RESTClientGetter { |
| 295 | return s.config |
| 296 | } |
| 297 | |
| 298 | // ShouldDisableColor returns true if color output should be disabled |
| 299 | func (s *EnvSettings) ShouldDisableColor() bool { |
no outgoing calls