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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
