MCPcopy Create free account
hub / github.com/VersusControl/devops-ai-guidelines / New

Function New

02-mcp-for-devops/code/07/pkg/helm/client.go:36–38  ·  view source on GitHub ↗

New returns a Client using the `helm` binary on PATH.

()

Source from the content-addressed store, hash-verified

34
35// New returns a Client using the `helm` binary on PATH.
36func New() *Client {
37 return &Client{Bin: "helm"}
38}
39
40// List returns Helm releases visible in the given namespace ("" = all).
41func (c *Client) List(ctx context.Context, namespace string) ([]Release, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected