-
Notifications
You must be signed in to change notification settings - Fork 690
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
Move CRD informer list generation to k8s #2352
Conversation
b85f304
to
b9aa0a9
Compare
Codecov Report
@@ Coverage Diff @@
## master #2352 +/- ##
==========================================
- Coverage 78.15% 77.97% -0.18%
==========================================
Files 60 61 +1
Lines 5227 5236 +9
==========================================
- Hits 4085 4083 -2
- Misses 1056 1066 +10
- Partials 86 87 +1
Continue to review full report at Codecov.
|
028d181
to
1496df4
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.
Make a few suggestions; I think we can use this to replace more of the informer set up.
I'd like to also replace the namespacedInformerFactories
initialization, but that's probably a bigger scope than you want to tackle here. Do you mind filing an issue to address that?
This is in preparation for adding in filtering by discovered CRD types. Updates projectcontour#2219 Signed-off-by: Nick Young <[email protected]>
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.
Looks good, nice and clean.
This is in preparation for adding in filtering by discovered CRD types.
Updates #2219
Signed-off-by: Nick Young [email protected]