MCPcopy
hub / github.com/helm/helm / SetRegistryClient

Method SetRegistryClient

pkg/action/install.go:176–178  ·  view source on GitHub ↗

SetRegistryClient sets the registry client for the install action

(registryClient *registry.Client)

Source from the content-addressed store, hash-verified

174
175// SetRegistryClient sets the registry client for the install action
176func (i *Install) SetRegistryClient(registryClient *registry.Client) {
177 i.registryClient = registryClient
178}
179
180// GetRegistryClient get the registry client.
181func (i *Install) GetRegistryClient() *registry.Client {

Callers 3

newInstallCmdFunction · 0.95
newTemplateCmdFunction · 0.95

Calls

no outgoing calls

Tested by 1