MCPcopy
hub / github.com/roboll/helmfile / SetHelmBinary

Method SetHelmBinary

pkg/helmexec/helmexec.go:13–13  ·  view source on GitHub ↗
(bin string)

Source from the content-addressed store, hash-verified

11type 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

Callers 2

Test_SetHelmBinaryFunction · 0.65
Test_execFunction · 0.65

Implementers 4

Helmpkg/exectest/helm.go
noCallHelmExecpkg/app/mocks_test.go
mockHelmExecpkg/app/app_test.go
execerpkg/helmexec/exec.go

Calls

no outgoing calls

Tested by 2

Test_SetHelmBinaryFunction · 0.52
Test_execFunction · 0.52