SetRegistryClient sets the registry client on the pull configuration object.
(client *registry.Client)
| 66 | |
| 67 | // SetRegistryClient sets the registry client on the pull configuration object. |
| 68 | func (p *Pull) SetRegistryClient(client *registry.Client) { |
| 69 | p.cfg.RegistryClient = client |
| 70 | } |
| 71 | |
| 72 | // Run executes 'helm pull' against the given release. |
| 73 | func (p *Pull) Run(chartRef string) (string, error) { |
no outgoing calls