-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[WIP] Add subresource to our types via patch to support K8s 1.22 #11812
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markusthoemmes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## main #11812 +/- ##
==========================================
- Coverage 87.84% 87.83% -0.02%
==========================================
Files 196 196
Lines 9394 9394
==========================================
- Hits 8252 8251 -1
Misses 888 888
- Partials 254 255 +1
Continue to review full report at Codecov.
|
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.
I don't hate this approach, although I guess it's a little sad that Tekton etc would presumably need a similar temporary hack (though they'd also need to bump for a cherry pick eventually so not a huge difference). May well be the simplest temporary fix till we can get a proper cherry pick, or our support policies let us bump to 1.22+ 🤷.
- v1.21.1 | ||
#- v1.19.11 | ||
#- v1.20.7 | ||
#- v1.21.1 |
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.
Probably don't want to leave this in :) (commenting to make sure we don't forget)
This has served it's showcasing duty. |
A potential fix for #11805 (and #11448)