This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 35133e8 Fix #2566: Add E2E tests
new 2765506 chore: avoid propagating the icon to integration and
sub-resources
new 05a8f8e chore: allow multiple global operators to be installed by
renaming clusterrolebindings
new 8ed1120 Fix #1943: allow multiple operators to reconcile label
filtered resources
The 3 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/builder/global_test.go | 9 +-
e2e/common/cli/global_kamelet_test.go | 2 +-
e2e/common/operator_id_filtering_test.go | 136 +++++++++++++++++++++
e2e/common/operator_metrics_test.go | 5 +
e2e/support/test_support.go | 67 +++++++---
pkg/apis/camel/v1/common_types.go | 5 +-
pkg/controller/build/build_controller.go | 9 +-
.../integration/integration_controller.go | 9 +-
pkg/controller/integrationkit/build.go | 5 +
.../integrationkit/integrationkit_controller.go | 11 +-
.../integrationplatform_controller.go | 9 +-
pkg/controller/kamelet/kamelet_controller.go | 9 +-
pkg/controller/kameletbinding/common.go | 5 +-
.../kameletbinding/kamelet_binding_controller.go | 9 +-
pkg/install/operator.go | 2 +-
pkg/platform/operator.go | 77 ++++++++++++
pkg/trait/container.go | 6 +
pkg/trait/quarkus.go | 5 +
pkg/util/defaults/defaults_support.go | 4 +
pkg/util/defaults/defaults_test.go | 9 ++
20 files changed, 356 insertions(+), 37 deletions(-)
create mode 100644 e2e/common/operator_id_filtering_test.go