# Functions
AddNonBlockingOwner adds a nonblocking owner to the ownerref list.
AddOwner adds an owner to the ownerref list.
AddOwnerLabels adds ownerref-like labels to an object by inferring the owner kind.
AddOwnerLabels adds ownerref-like labels to an object, with no inference.
Adoptable checks whether a resource with the given set of OwnerReferences is "adoptable" by the target OwnerReference.
AdoptableLabels determines if an OLM managed resource is adoptable by any of the given targets based on its owner labels.
CSVOwnerSelector returns a label selector to find generated objects owned by owner.
EnsureOwner adds a new owner if needed and returns whether the object already had the owner.
No description provided by the author
No description provided by the author
GetOwnersByKind returns all OwnerReferences of the given kind listed by the given object.
HasOwnerConflict checks if the given list of OwnerReferences points to owners other than the target.
InferGroupVersionKind adds TypeMeta to an owner so that it can be written to an ownerref.
No description provided by the author
No description provided by the author
IsOwnedByKindLabel returns whether or not a label exists on the object pointing to an owner of a particular kind.
No description provided by the author
NonBlockingOwner returns an ownerrefence to be added to an ownerref list.
NonBlockingOwnerApplyConfiguration returns an ownerrefence to be added to an ownerref list used in an SSA Configuration.
OwnerLabel returns a label added to generated objects for later querying.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Interfaces
Owner is used to build an OwnerReference, and we need type and object metadata.