MCPcopy
hub / github.com/helm/helm / WithPassCredentialsAll

Function WithPassCredentialsAll

pkg/getter/getter.go:81–85  ·  view source on GitHub ↗
(pass bool)

Source from the content-addressed store, hash-verified

79}
80
81func WithPassCredentialsAll(pass bool) Option {
82 return func(opts *getterOptions) {
83 opts.passCredentialsAll = pass
84 }
85}
86
87// WithUserAgent sets the request's User-Agent header to use the provided agent name.
88func WithUserAgent(userAgent string) Option {

Callers 9

TestDownloadToFunction · 0.92
downloadAllMethod · 0.92
ResolveChartVersionMethod · 0.92
RunMethod · 0.92
LocateChartMethod · 0.92
DownloadIndexFileMethod · 0.92
TestConvertOptionsFunction · 0.70
TestHTTPGetterFunction · 0.70
TestDownloadFunction · 0.70

Calls

no outgoing calls

Tested by 4

TestDownloadToFunction · 0.74
TestConvertOptionsFunction · 0.56
TestHTTPGetterFunction · 0.56
TestDownloadFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…