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 06ecee116 added .status.observedGeneration to camel K CRDs new f39088768 feat: add basic support for PodSecurityContext new dd048c4eb Changes on the `pod_test.go` file. 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: .../crd/bases/camel.apache.org_integrations.yaml | 168 ++++++++++++++++++++ .../bases/camel.apache.org_kameletbindings.yaml | 172 +++++++++++++++++++++ .../attachments/schema/integration-schema.json | 105 ++++++++++++- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 10 +- docs/modules/ROOT/partials/apis/crds-html.adoc | 13 ++ .../files/template-with-supplemental-groups.yaml} | 7 +- e2e/common/traits/pod_test.go | 75 ++++++--- helm/camel-k/crds/crd-integration.yaml | 168 ++++++++++++++++++++ helm/camel-k/crds/crd-kamelet-binding.yaml | 172 +++++++++++++++++++++ pkg/apis/camel/v1/integration_types.go | 2 + pkg/apis/camel/v1/zz_generated.deepcopy.go | 1 + pkg/cmd/run_test.go | 33 ++++ .../integration/integration_controller.go | 2 +- pkg/resources/resources.go | 29 ++-- pkg/trait/pod_test.go | 14 +- 15 files changed, 934 insertions(+), 37 deletions(-) copy e2e/{knative/files/template-knative.yaml => common/traits/files/template-with-supplemental-groups.yaml} (89%)