MCPcopy
hub / github.com/helm/helm / NewGetValues

Function NewGetValues

pkg/action/get_values.go:38–42  ·  view source on GitHub ↗

NewGetValues creates a new GetValues object with the given configuration.

(cfg *Configuration)

Source from the content-addressed store, hash-verified

36
37// NewGetValues creates a new GetValues object with the given configuration.
38func NewGetValues(cfg *Configuration) *GetValues {
39 return &GetValues{
40 cfg: cfg,
41 }
42}
43
44// Run executes 'helm get values' against the given release.
45func (g *GetValues) Run(name string) (map[string]any, error) {

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…