MCPcopy
hub / github.com/helm/helm / WithTagName

Function WithTagName

pkg/getter/getter.go:123–127  ·  view source on GitHub ↗
(tagname string)

Source from the content-addressed store, hash-verified

121}
122
123func WithTagName(tagname string) Option {
124 return func(opts *getterOptions) {
125 opts.version = tagname
126 }
127}
128
129func WithRegistryClient(client *registry.Client) Option {
130 return func(opts *getterOptions) {

Callers 2

downloadAllMethod · 0.92
TestConvertOptionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestConvertOptionsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…