lburgazzoli commented on issue #535:
URL: https://github.com/apache/camel-k-runtime/issues/535#issuecomment-715390226


   It does not work because `name` is a path param so for `endpoint` and 
`channel` the name is already part of the uri however for `event`, name is used 
to identify the event type.
   
   To fix it I think we have 3 options:
   1. rename the path param from `name` to `id` and introduce `name`
   2. use better name to set kubernetes resource, like `resourceName`, 
`resourceType`, `resourceApiVersion`
   3. rename the path param from `name` to `id` and use better name to set 
kubernetes resource


----------------------------------------------------------------
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:
[email protected]


Reply via email to