-
Notifications
You must be signed in to change notification settings - Fork 703
internal/k8s: Updates to KindOf helper #5012
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
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5012 +/- ##
==========================================
- Coverage 78.01% 77.46% -0.55%
==========================================
Files 138 138
Lines 17604 16900 -704
==========================================
- Hits 13733 13092 -641
+ Misses 3600 3553 -47
+ Partials 271 255 -16
|
|
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
|
Need to add Let's get this merged, then can revisit if there's a refactor we can do here to avoid having to manually maintain this. |
5ee727e to
6c5ca7f
Compare
skriss
left a comment
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; this'll probably conflict with #5114 so will hold this one until after that merges.
|
Now ready for rebase |
Adds support for kinds that were missing Signed-off-by: Sunjay Bhatia <[email protected]>
6c5ca7f to
122418d
Compare
Adds support for kinds that were missing Signed-off-by: Sunjay Bhatia <[email protected]>
Adds support for kinds that were missing
Relevant to #5011 and to work on #5007
For now a draft while we think about how to not have to manage this manually