astefanutti commented on issue #2158:
URL: https://github.com/apache/camel-k/issues/2158#issuecomment-805799574


   Right, that's possible the `namespaces` segment is there for that reason, so 
that it solves ambiguity between namespace-scoped and cluster-scoped resources. 
So that would lead to `[group[/version]/][namespaces/ns/]kind/name`.
   
   A couple of examples to see how it compares to 
`[[apigroup/]version:]kind:[namespace/]name`:
   
   ```
   messaging.knative.dev/v1:channel:acme/invoices
   messaging.knative.dev/v1/namespaces/acme/channels/invoices
   ```
   
   ```
   broker:acme/messages
   namespaces/acme/brokers/messages
   ```
   
   ```
   service:splitter
   services/splitter
   ```


-- 
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