-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Ease the bound for reflector
to only request identifying metadata
#1393
Conversation
ceccb8c
to
6850d11
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1393 +/- ##
=======================================
+ Coverage 72.1% 72.2% +0.1%
=======================================
Files 75 75
Lines 6470 6485 +15
=======================================
+ Hits 4663 4680 +17
+ Misses 1807 1805 -2
|
Fixes kube-rs#1389 Signed-off-by: SOFe <sofe2038@gmail.com>
6850d11
to
298e834
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
Motivation explained in kube-rs#1389 Depends on kube-rs#1393 to ease reflector bounds
Motivation explained in kube-rs#1389 Depends on kube-rs#1393 to ease reflector bounds
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Motivation explained in kube-rs#1389 Depends on kube-rs#1393 to ease reflector bounds Signed-off-by: SOFe <sofe2038@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.
Sorry again for slow cycle time on this.
I am ultimately happy with this, just naming stuff that I felt uneasy about. 🙃
have put in a name suggestion, wdyt?
Signed-off-by: SOFe <sofe2038@gmail.com>
57e141e
to
a79d1f4
Compare
Renamed to clippy_nightly is failing due to GitHub permission issues, not relevant to this PR. |
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! Two tiny nits that I am spotting, but beyond that I am all on board here.
Co-authored-by: Eirik A <sszynrae@gmail.com> Signed-off-by: Jonathan Chan Kwan Yin <sofe2038@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.
This is all good with me. Thanks a lot!
Signed-off-by: Jonathan Chan Kwan Yin <sofe2038@gmail.com>
Motivation explained in kube-rs#1389 Depends on kube-rs#1393 to ease reflector bounds Signed-off-by: SOFe <sofe2038@gmail.com>
Motivation explained in kube-rs#1389 Depends on kube-rs#1393 to ease reflector bounds Signed-off-by: SOFe <sofe2038@gmail.com>
Fixes #1389, see issue for details