This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from f64b6b9 Kamel Dump command: Added log lines parameter new a134e48 Fix #2158: set a convention for object references new 6b506ae Fix #2158: Add conversion to string and regen resources new 1e8039d Fix #2158: fix bash completion and binding handling The 3 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: deploy/traits.yaml | 7 +- .../attachments/schema/integration-schema.json | 26 ++-- .../assets/attachments/schema/kamelet-schema.json | 26 ++-- docs/modules/traits/pages/knative.adoc | 5 +- docs/modules/traits/pages/service-binding.adoc | 2 +- pkg/cmd/completion_bash.go | 2 +- pkg/cmd/run.go | 2 +- pkg/trait/service_binding.go | 58 ++++---- pkg/util/reference/reference.go | 144 +++++++++++++++++++ pkg/util/reference/reference_test.go | 153 +++++++++++++++++++++ 10 files changed, 365 insertions(+), 60 deletions(-) create mode 100644 pkg/util/reference/reference.go create mode 100644 pkg/util/reference/reference_test.go