davsclaus commented on a change in pull request #153: Support Knative broker/trigger model URL: https://github.com/apache/camel-k-runtime/pull/153#discussion_r334266694
########## File path: camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeConfiguration.java ########## @@ -19,24 +19,32 @@ import java.util.Map; import org.apache.camel.RuntimeCamelException; +import org.apache.camel.component.knative.spi.CloudEvents; +import org.apache.camel.component.knative.spi.KnativeEnvironment; import org.apache.camel.spi.UriParam; public class KnativeConfiguration implements Cloneable { Review comment: @UriParams ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services