-
Notifications
You must be signed in to change notification settings - Fork 97
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/Support for Argo Rollouts #363
Feat/Support for Argo Rollouts #363
Conversation
This allow verify if deployment contains workloadRef deployment and if deployment exists in cluster Added tests
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #363 +/- ##
==========================================
- Coverage 44.48% 43.65% -0.84%
==========================================
Files 63 65 +2
Lines 3356 3530 +174
==========================================
+ Hits 1493 1541 +48
- Misses 1622 1741 +119
- Partials 241 248 +7 ☔ View full report in Codecov by Sentry. |
I like the direction of this PR, still need to get around to a code review...
|
I understood. I liked your idea. Can I work on this? If you agree, I will close this PR |
Yes. You can make these changes in this PR and this will be the first crd |
What this PR does / why we need it?
PR Checklist
This PR adds support for rollout type types (Argo Rollouts)