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 2021/03/23 15:32:25 UTC

[GitHub] [camel-k] johnpoth commented on issue #2158: Normalize object references

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


   Right I remember searching for a "standard" thinking this would be easy to find but came up empty handed ...
   
   If we look at how the API server exposes the resource URLs, in  order it goes `apigroup` then `version` then `namespace` then `kind` then  `name`. Not sure how I feel about putting the `namespace` before `kind`...
   
   I think I would prefer not having two different separators but it seems that way in most cases I see.
   
   If we look at `kubectl get`, which I think I ended copying, its something like `KIND[.VERSION][.GROUP]/NAME`
   
   At this stage I feel like I would +1 anything :) 
   
   


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