MCPcopy
hub / github.com/helm/helm / Show

Struct Show

pkg/action/show.go:59–65  ·  view source on GitHub ↗

Show is the action for checking a given release's information. It provides the implementation of 'helm show' and its respective subcommands.

Source from the content-addressed store, hash-verified

57//
58// It provides the implementation of 'helm show' and its respective subcommands.
59type Show struct {
60 ChartPathOptions
61 Devel bool
62 OutputFormat ShowOutputFormat
63 JSONPathTemplate string
64 chart *chart.Chart // for testing
65}
66
67// NewShow creates a new Show object with the given configuration.
68func NewShow(output ShowOutputFormat, cfg *Configuration) *Show {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected