//
pkg.gl
Category
sigs.k8s.io/structured-merge-diff/v3
merge
package
3.0.1
Repository:
https://github.com/kubernetes-sigs/structured-merge-diff.git
Documentation:
pkg.go.dev
Overview
Versions
5
Dependencies
5
Dependents
1
Files
319 SLOC
#
Functions
ConflictsFromManagers
ConflictsFromManagers creates a list of conflicts given Managers sets.
#
Structs
Conflict
Conflict is a conflict on a specific field with the current manager of that field.
Updater
Updater is the object used to compute updated FieldSets and also merge the object on Apply.
#
Interfaces
Converter
Converter is an interface to the conversion logic.
#
Type aliases
Conflicts
Conflicts accumulates multiple conflicts and aggregates them by managers.