lsergio opened a new issue, #5793: URL: https://github.com/apache/camel-k/issues/5793
### Requirement The [Ingress spec](https://kubernetes.io/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressSpec) has the ingressClassName field which is a replacement for the [deprecated](https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation) `kubernetes.io/ingress.class` annotation. I think it might be interesting to add the ingressClassName field to the Ingress trait to be compatible with recommended way of defining the class name. ### Problem It doesn't really block me from creating the Ingress. It will be a problem if the deprecated annotation someday is removed from the k8s api. ### Proposal Just add the field to the Ingress trait as a non-required information and copy it to the corresponding Ingress attribute. ### Open questions _No response_ -- 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]
