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 07336a1 Updated CHANGELOG.md
new 7a8d103 Fix #2486: make kamelet binding scalable
new a16d5fc Fix #2486: add kind to kamelet binding type
new fa83e3b Fix #2486: add doc for scaling klb
new eac1eea Fix #2486: use merge patch in tests
The 4 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:
.../bases/camel.apache.org_kameletbindings.yaml | 19 +
docs/modules/ROOT/nav.adoc | 1 +
docs/modules/ROOT/pages/apis/crds-html.adoc | 5210 ++++++++++----------
docs/modules/ROOT/pages/scaling/binding.adoc | 109 +
docs/modules/ROOT/pages/scaling/integration.adoc | 2 +-
e2e/common/scale_test.go | 97 +
e2e/support/test_support.go | 75 +
helm/camel-k/crds/crd-kamelet-binding.yaml | 19 +
pkg/apis/camel/v1alpha1/kamelet_binding_types.go | 10 +
pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 10 +
.../camel/v1alpha1/fake/fake_kameletbinding.go | 23 +
.../typed/camel/v1alpha1/kameletbinding.go | 33 +
pkg/controller/kameletbinding/common.go | 6 +
pkg/controller/kameletbinding/monitor.go | 5 +
pkg/resources/resources.go | 4 +-
15 files changed, 3037 insertions(+), 2586 deletions(-)
create mode 100644 docs/modules/ROOT/pages/scaling/binding.adoc