# Functions

No description provided by the author
This constructor ensures the PartialObjectImpl fields are not nil.

# Constants

DefaultNamespace describes the default namespace name used for the system.

# Variables

Metav1Identifier identifies an object using its metav1.ObjectMeta Name and Namespace.
ObjectUIDIdentifier identifies an object using its libgitops/pkg/runtime.ObjectMeta UID field.

# Structs

No description provided by the author
No description provided by the author
PartialObjectImpl is a struct implementing PartialObject, used for unmarshalling unknown objects into this intermediate type where .Name, .UID, .Kind and .APIVersion become easily available +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object.

# Interfaces

No description provided by the author
Identifyable is an object which can be identified.
Object is an union of the Object interfaces that are accessible for a type that embeds both metav1.TypeMeta and metav1.ObjectMeta.
PartialObject is a partially-decoded object, where only metadata has been loaded.