# Functions
ObjectsAreInTheSameNamespace checks if two referenced objects are in the same namespace.
ReferencedObjectsAreCompatible checks if two referenced objects are compatible, meaning that they are of the same GroupKind and in the same namespace.
ReferencedObjectsAreStrictlyCompatible checks if two referenced objects are strictly compatible, meaning that they are compatible and the name of the objects do not change.