cleanup: Update deprecated functions#3114
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3114 +/- ##
==========================================
+ Coverage 58.32% 59.06% +0.74%
==========================================
Files 134 134
Lines 17350 17350
==========================================
+ Hits 10119 10248 +129
+ Misses 6292 6135 -157
- Partials 939 967 +28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| return c.pimpl.ImageInspectWithRaw(arg0, arg1) | ||
| var buf bytes.Buffer | ||
| ii, err := c.pimpl.ImageInspect(arg0, arg1, client.ImageInspectWithRawResponse(&buf)) | ||
| return ii, buf.Bytes(), err |
There was a problem hiding this comment.
pointing this out since its the only "non-simple" change
|
Maybe we could try to make the generator for this again? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
No description provided.