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 72ec43bda Some improvements in runtime-resources.adoc (#3513) new 7eee5bc10 re-deployment strategies #2256 new 58fa430a6 regen 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: .../camel.apache.org_integrationplatforms.yaml | 44 ++++++++++ .../crd/bases/camel.apache.org_integrations.yaml | 22 +++++ .../bases/camel.apache.org_kameletbindings.yaml | 22 +++++ docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 30 +++++++ docs/modules/traits/pages/deployment.adoc | 21 +++++ e2e/global/common/traits/deployment_test.go | 98 ++++++++++++++++++++++ helm/camel-k/crds/crd-integration-platform.yaml | 44 ++++++++++ helm/camel-k/crds/crd-integration.yaml | 22 +++++ helm/camel-k/crds/crd-kamelet-binding.yaml | 22 +++++ pkg/apis/camel/v1/trait/deployment.go | 20 +++++ pkg/apis/camel/v1/trait/zz_generated.deepcopy.go | 10 +++ pkg/trait/deployment.go | 34 +++++++- pkg/trait/deployment_test.go | 88 +++++++++++++++++++ resources/traits.yaml | 16 ++++ 14 files changed, 492 insertions(+), 1 deletion(-) create mode 100644 e2e/global/common/traits/deployment_test.go