You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "claudio4j (via GitHub)" <gi...@apache.org> on 2023/02/10 13:51:35 UTC

[GitHub] [camel-k] claudio4j commented on issue #4048: Refactor master trait to use camel-quarkus-kubernetes

claudio4j commented on issue #4048:
URL: https://github.com/apache/camel-k/issues/4048#issuecomment-1425839715

   While I was refactoring the code, I experienced a breaking change.
   
   The `resourceType` master trait can be `ConfigMap` or `Lease`, but in [camel-quarkus](https://camel.apache.org/camel-quarkus/2.16.x/reference/extensions/kubernetes.html#quarkus.camel.cluster.kubernetes.lease-resource-type), because of the hyphenate enum converter, we have to use `config-map` instead of `ConfigMap`. So for this refactoring I plan to deprecate the `ConfigMap` and introduce `config-map`, this way any integration code that uses `ConfigMap` will work, but with a warning in the log.
   


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