ResourceMergeUpdater updates a package by fetching the original and updated source packages, and performing a 3-way merge of the Resources.
| 39 | // ResourceMergeUpdater updates a package by fetching the original and updated source |
| 40 | // packages, and performing a 3-way merge of the Resources. |
| 41 | type ResourceMergeUpdater struct{} |
| 42 | |
| 43 | func (u ResourceMergeUpdater) Update(options UpdateOptions) error { |
| 44 | g := options.KptFile.Upstream.Git |
nothing calls this directly
no outgoing calls
no test coverage detected