Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectOwner ¶
type ObjectOwner interface { GetOwnerReferences() []metav1.OwnerReference SetOwnerReferences([]metav1.OwnerReference) }
ObjectOwner is the interface for get and set ownerReference
type TrackableResource ¶
type TrackableResource interface { client.Object metav1.Type ObjectOwner }
TrackableResource is the interface for resources to be tracked by resourcetracker
Click to show internal directories.
Click to hide internal directories.