Rename Sinkable to Addressable.#583
Conversation
|
lgtm I want a second review, so I will let someone else let it commit. |
| @@ -167,17 +167,17 @@ func (r *reconciler) updateStatus(subscription *v1alpha1.Subscription) (*v1alpha | |||
| } | |||
There was a problem hiding this comment.
this file has one more reference to Targetable:
| @@ -54,7 +54,7 @@ const ( | |||
| testNS = "testnamespace" | |||
There was a problem hiding this comment.
should this, and references be changed too?
|
/lgtm added some minor comments |
|
I think we also need to update the eventing-sources repo for the sources in there? |
|
Did you run through the samples to see if they still work after this change? |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: evankanderson, vaikas-google 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 |
Temporarily use Addressable for Callable as well.
Fixes #542
Proposed Changes
I also re-wrapped a few lines that were folded just over 80 chars while I was fixing comments. Sorry!
Release Note