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

Struct diffConfig

pkg/app/diff_test.go:19–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type diffConfig struct {
20 args string
21 values []string
22 retainValuesFiles bool
23 set []string
24 validate bool
25 skipCRDs bool
26 skipDeps bool
27 includeTests bool
28 includeNeeds bool
29 skipNeeds bool
30 suppress []string
31 suppressSecrets bool
32 showSecrets bool
33 suppressDiff bool
34 noColor bool
35 context int
36 diffOutput string
37 concurrency int
38 detailedExitcode bool
39 interactive bool
40 skipDiffOnInstall bool
41 logger *zap.SugaredLogger
42}
43
44func (a diffConfig) Args() string {
45 return a.args

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected