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

Function WithPlainHTTP

pkg/action/push.go:70–74  ·  view source on GitHub ↗

WithPlainHTTP configures the use of plain HTTP connections.

(plainHTTP bool)

Source from the content-addressed store, hash-verified

68
69// WithPlainHTTP configures the use of plain HTTP connections.
70func WithPlainHTTP(plainHTTP bool) PushOpt {
71 return func(p *Push) {
72 p.plainHTTP = plainHTTP
73 }
74}
75
76// WithPushOptWriter sets the registryOut field on the push configuration object.
77func WithPushOptWriter(out io.Writer) PushOpt {

Callers 2

newPushCmdFunction · 0.92
TestNewPushWithPlainHTTPFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestNewPushWithPlainHTTPFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…