MCPcopy
hub / github.com/helm/helm / Pull

Struct Pull

pkg/action/pull.go:36–47  ·  view source on GitHub ↗

Pull is the action for checking a given release's information. It provides the implementation of 'helm pull'.

Source from the content-addressed store, hash-verified

34//
35// It provides the implementation of 'helm pull'.
36type Pull struct {
37 ChartPathOptions
38
39 Settings *cli.EnvSettings // TODO: refactor this out of pkg/action
40
41 Devel bool
42 Untar bool
43 VerifyLater bool
44 UntarDir string
45 DestDir string
46 cfg *Configuration
47}
48
49type PullOpt func(*Pull)
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected