-
Notifications
You must be signed in to change notification settings - Fork 193
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
chore: remove instanceset's role probe #8578
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8578 +/- ##
==========================================
+ Coverage 60.25% 60.81% +0.56%
==========================================
Files 377 377
Lines 45849 45639 -210
==========================================
+ Hits 27626 27757 +131
+ Misses 15623 15301 -322
+ Partials 2600 2581 -19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
844df0d
to
3b8fbbc
Compare
@@ -52,7 +52,7 @@ var _ = Describe("pod role label event handler test", func() { | |||
Namespace: pod.Namespace, | |||
Name: pod.Name, | |||
UID: pod.UID, | |||
FieldPath: readinessProbeEventFieldPath, | |||
FieldPath: lorryEventFieldPath, |
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.
lagacyReadinessProbeEventFieldPath?
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.
This test tests PodRoleEventHandler's behaviour. IMO It doesn't matter which fieldpath to use.
/cherry-pick release-1.0-beta |
🤖 says: cherry pick action finished successfully 🎉! |
(cherry picked from commit ad4c4c2)
As it's not used anywhere. Also closes #7720