(bin string)
| 11 | type Interface interface { |
| 12 | SetExtraArgs(args ...string) |
| 13 | SetHelmBinary(bin string) |
| 14 | |
| 15 | AddRepo(name, repository, cafile, certfile, keyfile, username, password string, managed string, passCredentials string, skipTLSVerify string) error |
| 16 | UpdateRepo() error |
no outgoing calls