Remove v1.DeliveryStatus, which was unused outside of pkg/apis.#5745
Remove v1.DeliveryStatus, which was unused outside of pkg/apis.#5745evankanderson wants to merge 2 commits into
pkg/apis.#5745Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: evankanderson 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 |
|
/hold I accidentally added a status change to |
| <p>DeadLetterChannel is a KReference and is set by the channel when it supports native error handling via a channel | ||
| Failed messages are delivered here.</p> | ||
| Failed messages are delivered here. | ||
| Deprecated, see DeadLetterSinkUri insteam</p> |
There was a problem hiding this comment.
Yeah, this was me seeing a refactor and forgetting to stash things before doing a cleanup.
Codecov Report
@@ Coverage Diff @@
## main #5745 +/- ##
==========================================
- Coverage 82.65% 82.62% -0.04%
==========================================
Files 202 202
Lines 6326 6312 -14
==========================================
- Hits 5229 5215 -14
Misses 758 758
Partials 339 339
Continue to review full report at Codecov.
|
| SubscribableStatus `json:",inline"` | ||
| // DeadLetterChannel is a KReference and is set by the channel when it supports native error handling via a channel | ||
| // Failed messages are delivered here. | ||
| // Deprecated, see DeadLetterSinkUri insteam |
|
and there: this was the original intent. |
|
/hold cancel |
|
Lionel preferred #5746, this one is probably moot. /close |
|
@evankanderson: Closed this PR. DetailsIn response to this:
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. |
Related to #5364
Proposed Changes
deadLetterChanelwithdeadLetterSinkUri.Pre-review Checklist
Release Note
Docs