✨ OPRUN-4112: Add config support with jsonschema validation#2177
✨ OPRUN-4112: Add config support with jsonschema validation#2177perdasilva wants to merge 2 commits intooperator-framework:mainfrom
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2177 +/- ##
==========================================
+ Coverage 72.09% 72.27% +0.17%
==========================================
Files 85 86 +1
Lines 8401 8559 +158
==========================================
+ Hits 6057 6186 +129
- Misses 1941 1960 +19
- Partials 403 413 +10
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:
|
1d44a8f to
86f8c3a
Compare
86f8c3a to
3a81ef9
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
3a81ef9 to
16bb72e
Compare
16bb72e to
796cd9d
Compare
ea083d5 to
0390171
Compare
0390171 to
31d7388
Compare
97597c7 to
6093559
Compare
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
8f66a44 to
404f335
Compare
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
404f335 to
e2cd039
Compare
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
closing as stale |
Description
Adds a config module to unmarshall and validate registry+v1 bundle configuration passed in through the ClusterExtension.
Validation is made via the generation of a json schema for the bundle.
Reviewer Checklist