Skip to content
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

Feat: Find unused pv #163

Merged
merged 2 commits into from
Nov 23, 2023
Merged

Feat: Find unused pv #163

merged 2 commits into from
Nov 23, 2023

Conversation

yonahd
Copy link
Owner

@yonahd yonahd commented Nov 22, 2023

Discovers PVs that are not bound and marks them as unused

@yonahd yonahd linked an issue Nov 22, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Attention: 81 lines in your changes are missing coverage. Please review.

Comparison is base (b948807) 45.86% compared to head (1e1cfc3) 45.52%.
Report is 1 commits behind head on main.

Files Patch % Lines
pkg/kor/multi.go 0.00% 29 Missing ⚠️
pkg/kor/all.go 0.00% 22 Missing ⚠️
pkg/kor/pv.go 58.49% 14 Missing and 8 partials ⚠️
pkg/kor/delete.go 0.00% 7 Missing ⚠️
pkg/kor/kor.go 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #163      +/-   ##
==========================================
- Coverage   45.86%   45.52%   -0.35%     
==========================================
  Files          20       21       +1     
  Lines        1888     1990     +102     
==========================================
+ Hits          866      906      +40     
- Misses        876      930      +54     
- Partials      146      154       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yonahd yonahd merged commit 7f0367f into main Nov 23, 2023
1 check passed
@yonahd yonahd deleted the find_unused_pv branch November 23, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add support for pv
2 participants