-
Notifications
You must be signed in to change notification settings - Fork 758
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
fix: name matcher to match generate names as well #2841
Conversation
@maxsmythe @ritazh @sozercan Please take a look when you get a chance |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2841 +/- ##
==========================================
+ Coverage 53.49% 53.52% +0.02%
==========================================
Files 133 133
Lines 11536 11545 +9
==========================================
+ Hits 6171 6179 +8
- Misses 4887 4888 +1
Partials 478 478
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
LGTM after nit fix
@JaydipGabani looks like there are some conflicts due to #2853 being merged, can you ptal |
Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
@sozercan @maxsmythe PTAL, resolved the merge conflict and nit. |
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.
LGTM
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.
Thanks! LGTM
…2841) ref: https://issues.redhat.com/browse/ACM-9430 Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
…2841) ref: https://issues.redhat.com/browse/ACM-9430 Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
What this PR does / why we need it:
namesMatch
fails to return true with the objects that havegenerateName
set instead ofname
.Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when the PR gets merged):Fixes #2832
Special notes for your reviewer: