This is an automated email from the ASF dual-hosted git repository. tsato pushed a change to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 8bd3fe893 test(e2e): add test for 'kamel run --dev' in a warmed-up environment new 204af03e7 chore(controller): refactor integration monitor new 80fd27e07 fix(health): support new Camel health check format The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: e2e/common/traits/health_test.go | 2 +- pkg/controller/integration/health.go | 15 +- pkg/controller/integration/health_test.go | 87 ++++++++++ pkg/controller/integration/monitor.go | 201 ++++++++--------------- pkg/controller/integration/monitor_cronjob.go | 104 ++++++++++++ pkg/controller/integration/monitor_deployment.go | 77 +++++++++ pkg/controller/integration/monitor_knative.go | 60 +++++++ 7 files changed, 414 insertions(+), 132 deletions(-) create mode 100644 pkg/controller/integration/health_test.go create mode 100644 pkg/controller/integration/monitor_cronjob.go create mode 100644 pkg/controller/integration/monitor_deployment.go create mode 100644 pkg/controller/integration/monitor_knative.go