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

Struct testClientProvider

pkg/engine/engine_test.go:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263type testClientProvider struct {
264 t *testing.T
265 scheme map[string]kindProps
266 objects []runtime.Object
267}
268
269func (p *testClientProvider) GetClientFor(apiVersion, kind string) (dynamic.NamespaceableResourceInterface, bool, error) {
270 props := p.scheme[path.Join(apiVersion, kind)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected