MCPcopy
hub / github.com/helm/helm / WithPlainHTTP

Function WithPlainHTTP

pkg/getter/getter.go:110–114  ·  view source on GitHub ↗
(plainHTTP bool)

Source from the content-addressed store, hash-verified

108}
109
110func WithPlainHTTP(plainHTTP bool) Option {
111 return func(opts *getterOptions) {
112 opts.plainHTTP = plainHTTP
113 }
114}
115
116// WithTimeout sets the timeout for requests
117func WithTimeout(timeout time.Duration) Option {

Callers 10

RunMethod · 0.92
LocateChartMethod · 0.92
newInstallerForSourceMethod · 0.92
TestOCIInstaller_InstallFunction · 0.92
TestOCIInstaller_UpdateFunction · 0.92
TestConvertOptionsFunction · 0.70
TestOCIGetterFunction · 0.70

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…