You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/14 13:23:18 UTC

[GitHub] [camel-k-runtime] lburgazzoli edited a comment on issue #153: Support Knative broker/trigger model

lburgazzoli edited a comment on issue #153: Support Knative broker/trigger model
URL: https://github.com/apache/camel-k-runtime/pull/153#issuecomment-541662011
 
 
   @nicolaferraro reworked and now you can specify camel endpoint kind and kubernetes kind + version as metadata
   
   something like
   ```json
   {
     "type": "channel|endpoint|event”,
     "name": "",
     "host": "",
     "port": "",
     "metadata": {
         "filter.header": "value",
               
         "knative.kind": "",
         "knative.apiVersion": "",
   
         "camel.endpoint.kind": "source|sink",
     }
   }
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services