Uh oh!
There was an error while loading. Please reload this page.
⚠️ OPRUN-3954: Update CRD generator to support experimental CRDs - #1980
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #1980 +/- ##
==========================================
+ Coverage 73.86% 73.87% +0.01%
==========================================
Files 80 81 +1 Lines 7154 7365 +211 ==========================================
+ Hits 5284 5441 +157 - Misses 1548 1584 +36 - Partials 322 340 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a5c717d to
6a6c223Comparetmshort
commented
Jun 5, 2025
/unhold |
tmshort
commented
Jun 5, 2025
/approve |
Add support for a new CRD generator. This generator will use `opcon` tags to identify experimental features. A script runs the CRD generation, and creates all the CRDs. New experimental CRDs are now created. Signed-off-by: Todd Short <tshort@redhat.com>
tmshort
commented
Jun 24, 2025
Yes, |
camilamacedo86
left a comment
There was a problem hiding this comment.
It would be nice if we have the experimental fields to ensure that it works well as expected. However, I think we can change and improve in follow ups if you need to.
So, it seems good enough as first step at least
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
tmshort
commented
Jun 24, 2025
The unit test does try to use some experimental fields, but we don't have any in the main codebase. |
Fix#2014
Add support for a new CRD generator. This generator will use
opcontags to identify experimental features. A script runs the CRD
generation, and creates all the CRDs.
New experimental CRDs are now created.
Description
Reviewer Checklist