# Functions
ResourceName returns the resource name in the format `kind/namespace/name`.
SummarizeDiffSet returns a summary of the given DiffSet, including only the given jsondiff.DiffType types.
SummarizeDiffSetBrief returns a brief summary of the given DiffSet.
Unstructured compares two unstructured objects and returns a diff and a bool indicating whether the objects are equal.
WithoutStatus removes the status field from the unstructured object before comparing.
# Variables
DefaultDiffTypes is the default set of jsondiff.DiffType types to include in summaries.
# Type aliases
CompareOption is a function that modifies the unstructured object before comparing.