MCPcopy
hub / github.com/helm/helm / Push

Struct Push

pkg/action/push.go:32–41  ·  view source on GitHub ↗

Push is the action for uploading a chart. It provides the implementation of 'helm push'.

Source from the content-addressed store, hash-verified

30//
31// It provides the implementation of 'helm push'.
32type Push struct {
33 Settings *cli.EnvSettings
34 cfg *Configuration
35 certFile string
36 keyFile string
37 caFile string
38 insecureSkipTLSVerify bool
39 plainHTTP bool
40 out io.Writer
41}
42
43// PushOpt is a type of function that sets options for a push action.
44type PushOpt func(*Push)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected