package
0.0.15
Repository: https://github.com/aws-controllers-k8s/pkg.git
Documentation: pkg.go.dev

# Functions

HasNilDifference returns true if the supplied subjects' nilness is different.
IsNil checks the passed interface argument for Nil value.
IsNotNil returns true if the supplied interface is not nil, false otherwise.
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.
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.
Path provides a JSONPath-like struct and field-member "route" to a particular field within a compared struct.