-
Notifications
You must be signed in to change notification settings - Fork 22
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
cache ToolchainCluster CR only in the given namespace #419
cache ToolchainCluster CR only in the given namespace #419
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #419 +/- ##
==========================================
+ Coverage 78.47% 78.52% +0.04%
==========================================
Files 48 49 +1
Lines 2012 2021 +9
==========================================
+ Hits 1579 1587 +8
- Misses 375 376 +1
Partials 58 58
|
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 for addressing this so quickly! 🚀
"sigs.k8s.io/controller-runtime/pkg/event" | ||
) | ||
|
||
// CreateAndUpdateOnlyPredicate will filter out all events out of the provided namespace |
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.
Should be
// namespacePredicate will filter out all events out of the provided namespace
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.
See #421
https://redhat-internal.slack.com/archives/C06MJ2DVBU4/p1721927428487549?thread_ts=1721925588.145229&cid=C06MJ2DVBU4
Related PR
Host Operator - codeready-toolchain/host-operator#1067
Member Operator - codeready-toolchain/member-operator#587