Make ResolveSubscriberSpec a public method#866
Conversation
…by other Controllers that need to do the same resolution logic.
grantr
left a comment
There was a problem hiding this comment.
/lgtm
Minor optional suggestion: move ResolveSubscriberSpec to another package if other controllers will be using it. That makes its intended use as a generic helper method more clear to future maintainers.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grantr, Harwayne 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 |
I agree, created #867. |
Proposed Changes
This is being used in #788. Moving to a separate PR for ease of review.
Release Note