This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 121ff5f18cd22000a639b000ef0097b489222acc Author: nicolaferraro <[email protected]> AuthorDate: Thu Aug 6 10:19:50 2020 +0200 Fix #1548: update trait information --- deploy/traits.yaml | 3 +++ docs/modules/traits/pages/knative.adoc | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/deploy/traits.yaml b/deploy/traits.yaml index 786af25..070d61c 100755 --- a/deploy/traits.yaml +++ b/deploy/traits.yaml @@ -382,6 +382,9 @@ traits: - name: camel-source-compat type: bool description: Enables Knative CamelSource pre 0.15 compatibility fixes (will be removed in future versions). + - name: sink-binding + type: bool + description: Allows binding the integration to a sink via a Knative SinkBinding resource.This can be used when the integration targets a single sink.It's disabled by default. - name: auto type: bool description: Enable automatic discovery of all trait properties. diff --git a/docs/modules/traits/pages/knative.adoc b/docs/modules/traits/pages/knative.adoc index 80f332f..304ed7b 100755 --- a/docs/modules/traits/pages/knative.adoc +++ b/docs/modules/traits/pages/knative.adoc @@ -73,6 +73,12 @@ listening from more than 1 channel. | bool | Enables Knative CamelSource pre 0.15 compatibility fixes (will be removed in future versions). +| knative.sink-binding +| bool +| Allows binding the integration to a sink via a Knative SinkBinding resource. +This can be used when the integration targets a single sink. +It's disabled by default. + | knative.auto | bool | Enable automatic discovery of all trait properties.
