MCPcopy
hub / github.com/helm/helm / WriteYAML

Method WriteYAML

pkg/cmd/status.go:139–141  ·  view source on GitHub ↗
(out io.Writer)

Source from the content-addressed store, hash-verified

137}
138
139func (s statusPrinter) WriteYAML(out io.Writer) error {
140 return output.EncodeYAML(out, s.getV1Release())
141}
142
143func (s statusPrinter) WriteTable(out io.Writer) error {
144 if s.release == nil {

Callers

nothing calls this directly

Calls 2

getV1ReleaseMethod · 0.95
EncodeYAMLFunction · 0.92

Tested by

no test coverage detected