This is an automated email from the ASF dual-hosted git repository. tsato pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
from fe997b9ac Updated CHANGELOG.md new 400794fc0 chore(controller): refactor integration monitor new de09f4c04 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