MCPcopy
hub / github.com/helm/helm / statusPrinter

Struct statusPrinter

pkg/cmd/status.go:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117type statusPrinter struct {
118 release release.Releaser
119 debug bool
120 showMetadata bool
121 hideNotes bool
122 noColor bool
123}
124
125func (s statusPrinter) getV1Release() *releasev1.Release {
126 switch rel := s.release.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected