chore: remove dependency from deprecated io/ioutil package#3593
chore: remove dependency from deprecated io/ioutil package#3593kishen-v wants to merge 1 commit intokubernetes:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kishen-v The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/cc @mborsz |
|
/cc @wojtek-t |
|
@kishen-v: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR removes the dependency from the
io/ioutilpackage which has been deprecated. Required changes have been made to support the removal of theio/ioutilpackages by adoptingosorio.Which issue(s) this PR fixes:
Special notes for your reviewer:
None