We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2265f01 commit c38c1fdCopy full SHA for c38c1fd
pkg/handler/enqueue_owner.go
@@ -184,7 +184,7 @@ func (e *enqueueRequestForOwner[object]) getOwnerReconcileRequest(obj metav1.Obj
184
if ref.Kind == e.groupKind.Kind && refGV.Group == e.groupKind.Group {
185
// Match found - add a Request for the object referred to in the OwnerReference
186
request := reconcile.Request{
187
- ClusterName: logicalcluster.From(object).String(),
+ ClusterName: logicalcluster.From(obj).String(),
188
NamespacedName: types.NamespacedName{
189
Name: ref.Name,
190
},
0 commit comments