You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// GetOwnerGraph returns a graph with all the objects considered by clusterctl move as nodes and the OwnerReference relationship between those objects as edges.
52
55
// NOTE: this data structure is exposed to allow implementation of E2E tests verifying that CAPI can properly rebuild its
53
-
// own owner references; there is no guarantee about the stability of this API.
56
+
// own owner references; there is no guarantee about the stability of this API. Using this test with providers may require
57
+
// a custom implementation of this function, or the OwnerGraph it returns.
0 commit comments