MCPcopy
hub / github.com/helm/helm / releaseListWriter

Struct releaseListWriter

pkg/cmd/list.go:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152type releaseListWriter struct {
153 releases []releaseElement
154 noHeaders bool
155 noColor bool
156}
157
158func newReleaseListWriter(releases []*release.Release, timeFormat string, noHeaders bool, noColor bool) *releaseListWriter {
159 // Initialize the array so no results returns an empty array instead of null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected