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 2020/07/15 16:28:51 UTC

[GitHub] [camel-k] astefanutti opened a new issue #1616: Hierarchical traits configuration CLI

astefanutti opened a new issue #1616:
URL: https://github.com/apache/camel-k/issues/1616


   While the trait configuration could be structured and hierarchical, it is currently limited by the _flat_ CLI used for trait configuration. For example, if hierarchical CLI would be supported, it would be possible to execute:
   
       $ kamel run -t route.tls.termination=... -t route.tls.certificate=... -t route.tls.key=...
   
   Instead of:
   
       $ kamel run -t route.tls-termination=... -t route.tls-certificate=... -t route.tls-key=...
   
   The major benefit would be that Kubernetes/OpenShift API types could be reused directly, i.e. in that example `TLSConfig`.
   
   Also, the configuration, serialised into the `Integration`, `IntegrationKit` and `IntegrationPlatform` would be structured, hence more legible.


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



[GitHub] [camel-k] github-actions[bot] commented on issue #1616: Hierarchical traits configuration CLI

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #1616:
URL: https://github.com/apache/camel-k/issues/1616#issuecomment-994158046


   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


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