MCPcopy
hub / github.com/helm/helm / valuesWriter

Struct valuesWriter

pkg/cmd/get_values.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33`
34
35type valuesWriter struct {
36 vals map[string]any
37 allValues bool
38}
39
40func newGetValuesCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
41 var outfmt output.Format

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected