This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from b7c6a70 Updated README for configmap new 7fb4c02 chore(lint): fix findings new 08a0f84 allow to configure default configurations on platform #608 new 56334ca chore(build): fix makefile error The 671 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: pkg/apis/camel/v1alpha1/common_types.go | 5 ++ .../camel/v1alpha1/integration_types_support.go | 26 +++++- .../v1alpha1/integrationcontext_types_support.go | 26 +++++- .../camel/v1alpha1/integrationplatform_types.go | 13 +-- .../v1alpha1/integrationplatform_types_support.go | 18 ++++ pkg/metadata/metadata_dependencies_test.go | 4 +- pkg/trait/deployment.go | 7 +- pkg/trait/knative_service.go | 5 +- pkg/trait/knative_service_env.go | 17 ++-- pkg/trait/trait_types.go | 22 +++-- pkg/trait/util.go | 89 ++++++++++--------- pkg/trait/util_test.go | 99 ++++++++++++++++++++++ pkg/util/source/inspector.go | 4 +- script/Makefile | 2 + 14 files changed, 255 insertions(+), 82 deletions(-) create mode 100644 pkg/trait/util_test.go