MCPcopy
hub / github.com/databus23/helm-diff / Manifests

Function Manifests

diff/diff.go:48–50  ·  view source on GitHub ↗

Manifests diff on manifests

(oldIndex, newIndex map[string]*manifest.MappingResult, options *Options, to io.Writer)

Source from the content-addressed store, hash-verified

46
47// Manifests diff on manifests
48func Manifests(oldIndex, newIndex map[string]*manifest.MappingResult, options *Options, to io.Writer) bool {
49 return ManifestsOwnership(oldIndex, newIndex, nil, options, to)
50}
51
52func ManifestsOwnership(oldIndex, newIndex map[string]*manifest.MappingResult, newOwnedReleases map[string]OwnershipDiff, options *Options, to io.Writer) bool {
53 seenAnyChanges, report, err := generateReport(oldIndex, newIndex, newOwnedReleases, options)

Callers 12

runMethod · 0.92
differentiateHelm3Method · 0.92
backcastHelm3Method · 0.92
ReleasesFunction · 0.85
TestManifestsFunction · 0.85

Calls 1

ManifestsOwnershipFunction · 0.85