# Functions
CompareSecretKeyReference returns true if the supplied slices of secret key reference pointers contain the exact same elements.
GetTagsDifference determines which tags have been added, unchanged or have been removed between the `from` and the `to` inputs.
HasNilDifference returns true if the supplied subjects' nilness is different.
IsNil checks the passed interface argument for Nil value.
No description provided by the author
MapStringStringEqual returns true if the supplied maps are equal.
MapStringStringPEqual returns true if the supplied maps are equal.
MetaV1ObjectEqual returns true if the supplied k8s.io/apimachinery/pkg/apis/meta/v1.Object have equal values.
NewDelta returns a new Delta struct used to compare two resources.
NewPath returns a new Path struct pointer from a dotted-notation string, e.g.
SecretKeyReferenceEqual returns true if the supplied secret key references are equal.
SliceSecretKeyReferenceEqual returns true if the supplied slices of secret key reference pointers contain the exact same elements.
SliceStringEqual returns true if the supplied slices of string have equal values regardless of order.
SliceStringPEqual returns true if the supplied slices of string pointers have equal values regardless of order.
# Structs
Delta represents differences between two AWSResources.
Difference contains the difference in values for a specified field path into two compared resources.
No description provided by the author
Path provides a JSONPath-like struct and field-member "route" to a particular field within a compared struct.
No description provided by the author