MCPcopy Index your code
hub / github.com/helm/helm / WithPushConfig

Function WithPushConfig

pkg/action/push.go:47–51  ·  view source on GitHub ↗

WithPushConfig sets the cfg field on the push configuration object.

(cfg *Configuration)

Source from the content-addressed store, hash-verified

45
46// WithPushConfig sets the cfg field on the push configuration object.
47func WithPushConfig(cfg *Configuration) PushOpt {
48 return func(p *Push) {
49 p.cfg = cfg
50 }
51}
52
53// WithTLSClientConfig sets the certFile, keyFile, and caFile fields on the push configuration object.
54func WithTLSClientConfig(certFile, keyFile, caFile string) PushOpt {

Callers 2

newPushCmdFunction · 0.92

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…