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

Struct Helm

pkg/exectest/helm.go:24–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type Helm struct {
25 Charts []string
26 Repo []string
27 Releases []Release
28 Deleted []Release
29 Lists map[ListKey]string
30 Diffs map[DiffKey]error
31 Diffed []Release
32 FailOnUnexpectedDiff bool
33 FailOnUnexpectedList bool
34 Version *semver.Version
35
36 UpdateDepsCallbacks map[string]func(string) error
37
38 DiffMutex *sync.Mutex
39 ChartsMutex *sync.Mutex
40 ReleasesMutex *sync.Mutex
41
42 Helm3 bool
43}
44
45type Release struct {
46 Name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected