Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeOwnerRef ¶ added in v1.11.0
func EncodeOwnerRef(ownerRef metav1.OwnerReference, namespace string) (string, error)
EncodeOwnerRef takes an ownerReference and a namespace and returns a base64 encoded string that can be used in the username field of a request to associate the owner with the request being made.
Types ¶
type NamespacedOwnerReference ¶
type NamespacedOwnerReference struct { metav1.OwnerReference Namespace string }
Click to show internal directories.
Click to hide internal directories.