-
Notifications
You must be signed in to change notification settings - Fork 618
chore: Adding missing sinks and sources to schema file #8460
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
chore: Adding missing sinks and sources to schema file #8460
Conversation
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
|
/assign @pierDipi |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8460 +/- ##
==========================================
- Coverage 63.02% 62.99% -0.03%
==========================================
Files 394 394
Lines 23882 23887 +5
==========================================
- Hits 15051 15048 -3
- Misses 8028 8035 +7
- Partials 803 804 +1 ☔ View full report in Codecov by Sentry. |
pierDipi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, pierDipi 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 |
💄 Adding missing sinks and sources to schema file Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
💄 Adding missing sinks and sources to schema file Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
💄 Adding missing sinks and sources to schema file Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
💄 Adding missing sinks and sources to schema file Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
💄 Adding missing sinks and sources to schema file Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
💄 Adding missing sinks and sources to schema file Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
💄 Adding missing sinks and sources to schema file Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
* Add EventTransform API types (knative#8447) * Add EventTransform API Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Codegen Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Rename TransformList -> EventTransformList Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix lint errors Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> --------- Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add EventTransform Jsonata reconciler and CRD (knative#8456) * Add EventTransform Jsonata reconciler Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add CRD Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add reconciler to controller binary Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add permissions Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add selector to eventing filtered factory Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add License header Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add symlink Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> --------- Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * EventTransform: Reconcile address and service (knative#8458) - Set address only once endpoints are available - Add debug logging - Fix semantic comparisons to avoid loops Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * EventTransform: Support transforming response from Sink (knative#8469) This allows: - propagating the response from Sink - discarding the response from Sink - transforming the response from Sink Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * chore: Adding missing sinks and sources to schema file (knative#8460) :lipstick: Adding missing sinks and sources to schema file Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> * Run make generate-release Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> --------- Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> Signed-off-by: Matthias Wessendorf <mwessend@redhat.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Fixes #
Proposed Changes
Pre-review Checklist
Release Note
Docs