MCPcopy
hub / github.com/helm/helm / WithRegistryClient

Function WithRegistryClient

pkg/getter/getter.go:129–133  ·  view source on GitHub ↗
(client *registry.Client)

Source from the content-addressed store, hash-verified

127}
128
129func WithRegistryClient(client *registry.Client) Option {
130 return func(opts *getterOptions) {
131 opts.registryClient = client
132 }
133}
134
135func WithUntar() Option {
136 return func(opts *getterOptions) {

Callers 4

downloadAllMethod · 0.92
RunMethod · 0.92
LocateChartMethod · 0.92
TestOCIGetterFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestOCIGetterFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…