# 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
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
NormalizeSecret mutates the supplied object and encodes stringData to data, and converts nils to empty strings.
PrintDiff prints a diff between two unstructured objects to stdout using an external diff utility Honors the diff utility set in the KUBECTL_EXTERNAL_DIFF environment variable.
ThreeWayDiff performs a diff with the understanding of how to incorporate the last-applied-configuration annotation in the diff.
TwoWayDiff performs a normal two-way diff between two unstructured objects.
# Interfaces
No description provided by the author