This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 49c0903 doc(native): Add automatic rollout to native integration example add 7f60a70 trait: Add tests for route trait and read certificate from secrets No new revisions were added by this update. Summary of changes: deploy/traits.yaml | 56 +++- docs/modules/traits/pages/route.adoc | 97 +++++- .../files/PlatformHttpServer.java} | 8 +- e2e/common/traits/route_test.go | 337 +++++++++++++++++++++ e2e/support/test_support.go | 15 + pkg/resources/resources.go | 4 +- pkg/trait/route.go | 124 +++++++- pkg/trait/route_test.go | 321 +++++++++++++++++++- pkg/util/openshift/register.go | 2 + 9 files changed, 922 insertions(+), 42 deletions(-) copy e2e/common/{languages/files/Prop.java => traits/files/PlatformHttpServer.java} (85%) create mode 100644 e2e/common/traits/route_test.go