MCPcopy Index your code
hub / github.com/helm/helm / RESTClientGetter

Method RESTClientGetter

pkg/cli/environment.go:294–296  ·  view source on GitHub ↗

RESTClientGetter gets the kubeconfig from EnvSettings

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls