squakez commented on code in PR #4353: URL: https://github.com/apache/camel-k/pull/4353#discussion_r1189492854
########## pkg/util/bindings/knative_ref.go: ########## @@ -150,6 +150,17 @@ func (k V1alpha1KnativeRefBindingProvider) Translate(ctx V1alpha1BindingContext, return nil, nil } + if ok, err := isKnownKnativeResource(e.Ref); !ok { Review Comment: Forget my previous comment. I've just realized this one amended the previous work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org