You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/10/26 14:23:14 UTC

[camel-k] branch master updated (7801299 -> 3e9886b)

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 7801299  Make inspect subcommand run locally.
     add 3e9886b  Fix #1778: allow pushing to broker via KameletBinding

No new revisions were added by this update.

Summary of changes:
 e2e/yaks/common/kamelet-binding-broker/kamelet.feature       |  5 +++++
 .../logger-sink-binding.yaml                                 |  8 +++++---
 .../logger-sink.kamelet.yaml                                 |  0
 .../timer-source-binding.yaml                                | 10 ++++++----
 .../timer-source.kamelet.yaml                                |  0
 .../yaks-config.yaml                                         | 11 ++++-------
 pkg/util/bindings/knative_ref.go                             | 12 +++++++++++-
 pkg/util/knative/apis_test.go                                |  4 ++--
 pkg/util/knative/knative.go                                  |  2 +-
 pkg/util/knative/uri.go                                      | 11 +++++------
 pkg/util/knative/uri_test.go                                 | 10 +++++++++-
 11 files changed, 48 insertions(+), 25 deletions(-)
 create mode 100644 e2e/yaks/common/kamelet-binding-broker/kamelet.feature
 copy e2e/yaks/common/{kamelet-binding => kamelet-binding-broker}/logger-sink-binding.yaml (90%)
 copy e2e/yaks/common/{kamelet-binding => kamelet-binding-broker}/logger-sink.kamelet.yaml (100%)
 copy e2e/yaks/common/{kamelet-binding => kamelet-binding-broker}/timer-source-binding.yaml (88%)
 copy e2e/yaks/common/{kamelet => kamelet-binding-broker}/timer-source.kamelet.yaml (100%)
 copy e2e/yaks/common/{kamelet-binding => kamelet-binding-broker}/yaks-config.yaml (81%)