# Functions
CreateTwoWayMergePatch is a helper to construct a two-way merge patch from objects (instead of bytes).
Diff performs a diff on two unstructured objects.
DiffArray performs a diff on a list of unstructured objects.
No description provided by the author
GetNoopNormalizer returns normalizer that does not apply any resource modifications.
HideSecretData replaces secret data values in specified target, live secrets and in last applied configuration of live secret with stars.
No description provided by the author
No description provided by the author
NormalizeSecret mutates the supplied object and encodes stringData to data, and converts nils to empty strings.
ThreeWayDiff performs a diff with the understanding of how to incorporate the last-applied-configuration annotation in the diff.
TwoWayDiff performs a three-way diff and uses specified config as a recently applied config.
No description provided by the author
No description provided by the author
# Structs
Holds diffing result of two resources.
Holds result of two resources sets comparison.
# Interfaces
Normalizer updates resource before comparing it.
# Type aliases
No description provided by the author