Bump k8s to 1.29#163
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
==========================================
+ Coverage 88.75% 88.79% +0.03%
==========================================
Files 17 18 +1
Lines 569 571 +2
==========================================
+ Hits 505 507 +2
Misses 51 51
Partials 13 13 ☔ View full report in Codecov by Sentry. |
bump Go to 1.22 update tests to fix test failures Signed-off-by: everettraven <everettraven@gmail.com>
f64de14 to
150f674
Compare
Signed-off-by: everettraven <everettraven@gmail.com>
Signed-off-by: everettraven <everettraven@gmail.com>
|
Looks like it's failing the linter? I definitely see a bunch of extraneous spaces that could be removed |
|
@everettraven missed your PR and had created a new one for these bumps: #167 |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description of the change:
leaderpackage test logic to fix a test failure related to the GVK and type meta not being set after performing a GET with a controller-runtime fake clientMotivation for the change: