MCPcopy Index your code
hub / github.com/devspace-sh/devspace / NewHelmClient

Method NewHelmClient

pkg/util/factory/factory.go:143–145  ·  view source on GitHub ↗

NewHelmClient implements interface

(log log.Logger)

Source from the content-addressed store, hash-verified

141
142// NewHelmClient implements interface
143func (f *DefaultFactoryImpl) NewHelmClient(log log.Logger) (types.Client, error) {
144 return helm.NewClient(log)
145}

Callers

nothing calls this directly

Calls 1

NewClientFunction · 0.92

Tested by

no test coverage detected