This is an automated email from the ASF dual-hosted git repository.
tsato pushed a change to branch release-1.8.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 0c9601342 Operators: make prepare-operators should use the same folder
structure of the Kubernetes output for the Openshift ecosystem
new e7a6d6c28 feat: add basic support for PodSecurityContext
new d92643a01 Detect wire tap EIP endpoints
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 +-
.../files/template-with-supplemental-groups.yaml} | 7 +-
e2e/common/traits/pod_test.go | 75 ++++++---
examples/wiretap/README.md | 3 +
examples/{basic/Env.java => wiretap/WireTap.java} | 13 +-
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 | 12 +-
pkg/trait/pod_test.go | 14 +-
pkg/util/source/inspector.go | 2 +
pkg/util/source/inspector_groovy.go | 2 +
pkg/util/source/inspector_groovy_test.go | 9 ++
pkg/util/source/inspector_java_script.go | 2 +
pkg/util/source/inspector_java_script_test.go | 9 ++
pkg/util/source/inspector_java_source.go | 1 +
pkg/util/source/inspector_java_source_test.go | 9 ++
pkg/util/source/inspector_kotlin.go | 1 +
pkg/util/source/inspector_kotlin_test.go | 9 ++
pkg/util/source/inspector_xml.go | 2 +-
pkg/util/source/inspector_xml_test.go | 13 ++
pkg/util/source/inspector_yaml.go | 2 +-
pkg/util/source/inspector_yaml_test.go | 36 +++++
29 files changed, 1017 insertions(+), 37 deletions(-)
copy e2e/{knative/files/template-knative.yaml =>
common/traits/files/template-with-supplemental-groups.yaml} (89%)
create mode 100644 examples/wiretap/README.md
copy examples/{basic/Env.java => wiretap/WireTap.java} (82%)