-
Notifications
You must be signed in to change notification settings - Fork 360
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
add GenerationChanged predicate filter to all resources #1993
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1993 +/- ##
==========================================
- Coverage 65.51% 65.48% -0.03%
==========================================
Files 92 92
Lines 13528 13549 +21
==========================================
+ Hits 8863 8873 +10
- Misses 4116 4126 +10
- Partials 549 550 +1
|
b6f3642
to
b1680e5
Compare
/retest |
1 similar comment
/retest |
c03edd4
to
2d37706
Compare
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
2d37706
to
08cd2d3
Compare
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
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 thanks !
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
9301d67
to
c16339a
Compare
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 thanks !
What type of PR is this?
What this PR does / why we need it:
Per review of #1938 (comment), it would be valuable to add GenerationChanged predicate to all resources, except Service and Deployment.
This skip events that have no change in the object Spec and only the metadata and/or status fields are changed.