operator-controller
operator-controller copied to clipboard
✨ make extension and clusterextension api consistent
This PR makes the clusterextension api more consistent with the extension api by:
- copying over missing fields to the clusterextension api
- adding the
Progressingcondition to indicate a progressing installation - updating the
Installedcondition to match the extension controller's behavior.
Deploy Preview for olmv1 ready!
| Name | Link |
|---|---|
| Latest commit | 27ad2301a83671863ffbdf6dcbb42a699a3e39d8 |
| Latest deploy log | https://app.netlify.com/sites/olmv1/deploys/665dd6c0dd249c000826628c |
| Deploy Preview | https://deploy-preview-842--olmv1.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Codecov Report
Attention: Patch coverage is 70.47619% with 31 lines in your changes are missing coverage. Please review.
Project coverage is 71.70%. Comparing base (
6d73b73) to head (a934c27). Report is 10 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #842 +/- ##
==========================================
+ Coverage 71.02% 71.70% +0.68%
==========================================
Files 17 18 +1
Lines 1301 1329 +28
==========================================
+ Hits 924 953 +29
+ Misses 304 300 -4
- Partials 73 76 +3
| Flag | Coverage Δ | |
|---|---|---|
| e2e | 44.77% <55.23%> (+2.03%) |
:arrow_up: |
| unit | 63.76% <61.90%> (+0.17%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please hold this from merging till https://github.com/operator-framework/operator-controller/pull/846 gets in. Thanks!
/hold