-
Notifications
You must be signed in to change notification settings - Fork 15
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: add method to check pvc exists #167
Conversation
Could you run |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #167 +/- ##
==========================================
- Coverage 46.02% 44.86% -1.16%
==========================================
Files 19 19
Lines 1888 2309 +421
==========================================
+ Hits 869 1036 +167
- Misses 903 1155 +252
- Partials 116 118 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…eikoproj#161) * build: go 1.21, godog 0.14.1, api, apimachinery & client-go v0.28.12 * ci: building examples * ci(examples): check-dirty-repo * test(UT): fixing getIngressWithHostname * test(UT): fixing TestGetInstanceGroupList * refactor: replace 'err == wait.ErrWaitTimeout' with 'wait.Interrupted(err)' * chore: adding missed space Signed-off-by: sbhat14 <[email protected]>
Signed-off-by: sbhat14 <[email protected]>
Signed-off-by: sbhat14 <[email protected]>
Signed-off-by: sbhat14 <[email protected]>
Signed-off-by: sbhat14 <[email protected]>
feat: add method to check pvc exists with given status in the given namespace