-
Notifications
You must be signed in to change notification settings - Fork 595
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
config-br-defaults set delivery spec defaults #4328
config-br-defaults set delivery spec defaults #4328
Conversation
Hi @runzexia. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions 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/test-infra repository. |
*duckv1.KReference `json:",inline"` | ||
Delivery *eventingduckv1.DeliverySpec `json:"delivery,omitempty"` |
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.
I have questions about this place.
If I use v1Delivery, I need to convert v1Delivery to v1beta1Delivery.
Codecov Report
@@ Coverage Diff @@
## master #4328 +/- ##
==========================================
+ Coverage 80.73% 80.79% +0.05%
==========================================
Files 287 287
Lines 7870 7877 +7
==========================================
+ Hits 6354 6364 +10
+ Misses 1135 1132 -3
Partials 381 381
Continue to review full report at Codecov.
|
8100086
to
9aba2db
Compare
9aba2db
to
545b4cc
Compare
Signed-off-by: RyderXia <ryder.xia@sap.com>
545b4cc
to
55f7b84
Compare
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.
Thanks so much!
/ok-to-test |
Signed-off-by: runzexi <root@junwuhui.cn>
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.
Thanks!
Signed-off-by: runzexi <root@junwuhui.cn>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: runzexia, vaikas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
@runzexia We should document this feature, would you mind opening an issue in docs?
@pierDipi created issue knative/docs#2944 😊 |
Thank you! |
Signed-off-by: runzexia root@junwuhui.cn
Fixes #4172
Proposed Changes
Release Note
Docs