gansheer commented on issue #4200:
URL: https://github.com/apache/camel-k/issues/4200#issuecomment-1490256197

   For the traits you can find them in the [camel-k 
documentation](https://camel.apache.org/camel-k/next/traits/traits.html). This 
builder trait essentially allows you to add properties to be used at build 
time. 
   
   For the builder options you can add the answer is a little more tricky, 
there is none that I know of. Camel-k uses a the camel-quarkus runtime, as such 
under the hood we are building an application based on quarkus framework. That 
means the behavior of the build will be the one of a quarkus app with custom 
adaptation from camel-quarkus. I would suggest reading what the quarkus 
documentation about [the native 
builds](https://quarkus.io/guides/building-native-image) while not forgetting 
this is a [camel-quarkus 
application](https://camel.apache.org/camel-quarkus/next/index.html).
   


-- 
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-unsubscr...@camel.apache.org

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

Reply via email to