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

Function WithPushOptWriter

pkg/action/push.go:77–81  ·  view source on GitHub ↗

WithPushOptWriter sets the registryOut field on the push configuration object.

(out io.Writer)

Source from the content-addressed store, hash-verified

75
76// WithPushOptWriter sets the registryOut field on the push configuration object.
77func WithPushOptWriter(out io.Writer) PushOpt {
78 return func(p *Push) {
79 p.out = out
80 }
81}
82
83// NewPushWithOpts creates a new push, with configuration options.
84func NewPushWithOpts(opts ...PushOpt) *Push {

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…