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

Function ManifestReport

diff/diff.go:63–67  ·  view source on GitHub ↗
(oldIndex, newIndex map[string]*manifest.MappingResult, options *Options)

Source from the content-addressed store, hash-verified

61}
62
63func ManifestReport(oldIndex, newIndex map[string]*manifest.MappingResult, options *Options) (*Report, error) {
64 _, report, err := generateReport(oldIndex, newIndex, nil, options)
65
66 return report, err
67}
68
69func generateReport(oldIndex, newIndex map[string]*manifest.MappingResult, newOwnedReleases map[string]OwnershipDiff, options *Options) (bool, *Report, error) {
70 report := Report{findRenames: options.FindRenames}

Callers

nothing calls this directly

Calls 1

generateReportFunction · 0.85

Tested by

no test coverage detected