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: add method to check pvc exists #167

Merged
merged 6 commits into from
Nov 12, 2024
Merged

Conversation

inshbha2
Copy link
Contributor

@inshbha2 inshbha2 commented Nov 5, 2024

feat: add method to check pvc exists with given status in the given namespace

@garomonegro
Copy link
Collaborator

garomonegro commented Nov 5, 2024

Could you run make generate so that the syntax documentation gets updated?

Copy link

codecov bot commented Nov 5, 2024

Codecov Report

Attention: Patch coverage is 81.25000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 44.86%. Comparing base (982eb78) to head (0b155e3).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
pkg/kube/structured/structured_helper.go 72.72% 2 Missing and 1 partial ⚠️
pkg/kube/kube.go 0.00% 2 Missing ⚠️
kubedog.go 0.00% 1 Missing ⚠️
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     
Flag Coverage Δ
unittests 44.86% <81.25%> (-1.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

garomonegro and others added 3 commits November 6, 2024 11:48
…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]>
@garomonegro garomonegro merged commit 89d8f79 into keikoproj:master Nov 12, 2024
6 of 7 checks passed
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.

2 participants