Documentation
¶
Index ¶
Constants ¶
View Source
const ( OwnerNameLabel = "serviceoperator.azure.com/owner-name" OwnerGroupKindLabel = "serviceoperator.azure.com/owner-group-kind" OwnerUIDLabel = "serviceoperator.azure.com/owner-uid" LastReconciledVersionLabel = "serviceoperator.azure.com/last-reconciled-version" )
Variables ¶
This section is empty.
Functions ¶
func SetOwnerGroupKindLabel ¶
func SetOwnerGroupKindLabel(logger logr.Logger, obj genruntime.ARMMetaObject)
SetOwnGroupKindLabel sets the owner group kind label on the given object, or truncates it to 63 characters if it exceeds the character limit.
func SetOwnerNameLabel ¶
func SetOwnerNameLabel(logger logr.Logger, obj genruntime.ARMMetaObject)
SetOwnerNameLabel sets the owner name label on the given object, or truncates it to 63 characters if it exceeds the character limit.
func SetOwnerUIDLabel ¶ added in v2.14.0
func SetOwnerUIDLabel(obj genruntime.ARMMetaObject)
SetOwnerUIDLabel sets the owner UID label on the given object if the owner reference is found in the object's owner references.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.