I believe that Channel's usage of a Kubernetes VirtualService could just be a Kubernetes Ingress resource (possibly implemented by Istio, possible not).
I'm talking about here:
|
func newVirtualService(channel *channelsv1alpha1.Channel) *istiov1alpha3.VirtualService { |
I believe that Channel's usage of a Kubernetes VirtualService could just be a Kubernetes Ingress resource (possibly implemented by Istio, possible not).
I'm talking about here:
eventing/pkg/controller/channel/controller.go
Line 511 in 904f403