apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
868 stars 348 forks source link

e2e/knative service url naming tests #5835

Closed realMartinez closed 2 months ago

realMartinez commented 2 months ago

https://github.com/apache/camel-k/issues/2249

Added knative e2e test to check the naming convention for knative service url.

Knative service url is derrived from integration name not the endpoints. Camel allows for multiple endpoints to be present in a single integration so naming services after integrations makes more sense.

Release Note

NONE