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

Method SetExtraArgs

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

Source from the content-addressed store, hash-verified

10// Interface for executing helm commands
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

Callers 15

LintReleasesMethod · 0.65
DepsMethod · 0.65
ReposMethod · 0.65
applyMethod · 0.65
deleteMethod · 0.65
diffMethod · 0.65
lintMethod · 0.65
statusMethod · 0.65
syncMethod · 0.65
templateMethod · 0.65
testMethod · 0.65
Test_SetExtraArgsFunction · 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 4

Test_SetExtraArgsFunction · 0.52
Test_UpdateDepsFunction · 0.52
Test_BuildDepsFunction · 0.52
Test_execFunction · 0.52