linode / linode-blockstorage-csi-driver

Container Storage Interface (CSI) Driver for Linode Block Storage
Apache License 2.0
64 stars 54 forks source link

[Clean Up] updating the k8s mounting pkg to latest supported one #193

Closed komer3 closed 1 month ago

komer3 commented 1 month ago

The old k8s.io/utils/mount was deprecated and was no longer supported. Update to the latest supported pkg.

General:

Pull Request Guidelines:

  1. [ ] Does your submission pass tests?
  2. [ ] Have you added tests?
  3. [ ] Are you addressing a single feature in this PR?
  4. [ ] Are your commits atomic, addressing one change per commit?
  5. [ ] Are you following the conventions of the language?
  6. [ ] Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. [ ] Have you explained your rationale for why this feature is needed?
  8. [ ] Have you linked your PR to an open issue
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 2.94118% with 33 lines in your changes missing coverage. Please review.

Project coverage is 36.39%. Comparing base (df301e5) to head (a4af5a4).

Files Patch % Lines
mocks/mock_nodeserver.go 0.00% 33 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #193 +/- ## ========================================== - Coverage 37.16% 36.39% -0.78% ========================================== Files 22 22 Lines 1547 1580 +33 ========================================== Hits 575 575 - Misses 938 971 +33 Partials 34 34 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.