astefanutti opened a new pull request #1514: URL: https://github.com/apache/camel-k/pull/1514
This PR enables the generation of the CRDs from the APIs, using the [`controller-gen`](https://book.kubebuilder.io/reference/generating-crd.html) CLI, which is part of the [KubeBuilder](https://sigs.k8s.io/kubebuilder) project. The Operator SDK wraps it to provide a CLI to generate CRDs. However, it does not work for Camel K APIs, as these are packaged in their own module which is not the project root module. It will be possible to leverage the `apiextensions.k8s.io/v1` features, like validation and defaulting. Fixes #1482. **Release Note** ```release-note Upgrade CRDs to apiextensions.k8s.io/v1 ``` ---------------------------------------------------------------- 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: us...@infra.apache.org