You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/04/03 11:15:04 UTC

[GitHub] [camel-k] squakez commented on issue #2625: A better name for KameletBinding

squakez commented on issue #2625:
URL: https://github.com/apache/camel-k/issues/2625#issuecomment-1494134303

   I've just realized the the CRD type "Binding" may not be a good name. When we try to get the CR from Kube we got some error:
   ```
   squake:~/workspace/camel-k [feat/2625]$ k get bindings
   Error from server (MethodNotAllowed): the server does not allow this method on the requested resource
   squake:~/workspace/camel-k [feat/2625]$ k get bindings.camel.apache.org
   No resources found in default namespace.
   squake:~/workspace/camel-k [feat/2625]$ k get bd
   No resources found in default namespace.
   ```
   @lburgazzoli @astefanutti wdyt? IMO we are safe to use it, but it may create some problem in the future. Since we're still in time, maybe we can call it `CamelBinding` instead.


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

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org