Expected Behavior
Bind.Spec.Action and Subscription.Spec.Subscriber both indicate the destination where traffic should be sent. Both Bind and Subscription should use an similar (if not the same) struct, and use the same resolution logic.
Actual Behavior
Bind.Spec.Action is a struct with routeName or channelName, while Subscription.Spec.Subscriber is a string.
Additional Info
Refs #117 (comment)
Expected Behavior
Bind.Spec.ActionandSubscription.Spec.Subscriberboth indicate the destination where traffic should be sent. Both Bind and Subscription should use an similar (if not the same) struct, and use the same resolution logic.Actual Behavior
Bind.Spec.Actionis a struct withrouteNameorchannelName, whileSubscription.Spec.Subscriberis a string.Additional Info
Refs #117 (comment)