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

Struct clientProviderFromConfig

pkg/engine/lookup_func.go:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type clientProviderFromConfig struct {
50 config *rest.Config
51}
52
53func (c clientProviderFromConfig) GetClientFor(apiVersion, kind string) (dynamic.NamespaceableResourceInterface, bool, error) {
54 return getDynamicClientOnKind(apiVersion, kind, c.config)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected