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

Struct Client

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

Client owns shared invocation knobs (kubeconfig, context).

Source from the content-addressed store, hash-verified

27
28// Client owns shared invocation knobs (kubeconfig, context).
29type Client struct {
30 Bin string
31 Kubeconfig string
32 Context string
33}
34
35// New returns a Client using the `helm` binary on PATH.
36func New() *Client {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected