-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve owner reference updates #1948
Improve owner reference updates #1948
Conversation
059c3bb
to
6b4c486
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1948 +/- ##
==========================================
- Coverage 26.53% 26.31% -0.23%
==========================================
Files 124 124
Lines 14516 14640 +124
Branches 2575 2575
==========================================
Hits 3852 3852
- Misses 10540 10664 +124
Partials 124 124
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ace4d61
to
1013f2a
Compare
apiReconciler.handleOwnerReference(ctx, &cm, &requests) | ||
case *gwapiv1b1.HTTPRoute: | ||
var httpRoute gwapiv1b1.HTTPRoute | ||
namesapcedName := types.NamespacedName{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we have a util for getting the namespaced name for k8 object
Purpose