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

Function NewClient

pkg/devspace/helm/client.go:10–12  ·  view source on GitHub ↗

NewClient creates a new helm client based on the config

(log log.Logger)

Source from the content-addressed store, hash-verified

8
9// NewClient creates a new helm client based on the config
10func NewClient(log log.Logger) (types.Client, error) {
11 return v3.NewClient(log)
12}

Callers 5

StatusMethod · 0.92
DeployMethod · 0.92
DeleteFunction · 0.92
NewHelmClientMethod · 0.92
RunDeploymentsStatusMethod · 0.92

Calls 1

NewClientFunction · 0.92

Tested by

no test coverage detected