You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/14 15:15:57 UTC

[camel-k-runtime] branch main updated: Remove duplicated option from doc table knative.apiVersion (#753)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 059870c  Remove duplicated option from doc table knative.apiVersion (#753)
059870c is described below

commit 059870cef9a40b1b5e173347a3a92b33ce490214
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Tue Dec 14 16:14:57 2021 +0100

    Remove duplicated option from doc table knative.apiVersion (#753)
---
 .../camel-knative/camel-knative/src/main/docs/knative-component.adoc  | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/components/camel-knative/camel-knative/src/main/docs/knative-component.adoc b/components/camel-knative/camel-knative/src/main/docs/knative-component.adoc
index e395a94..ac63eef 100644
--- a/components/camel-knative/camel-knative/src/main/docs/knative-component.adoc
+++ b/components/camel-knative/camel-knative/src/main/docs/knative-component.adoc
@@ -171,10 +171,6 @@ The `metadata` fields has some additional advanced fields:
 | The version of the k8s resource referenced by the endpoint
 | ```knative.apiVersion=messaging.knative.dev/v1beta1```
 
-| *knative.apiVersion*
-| The version of the k8s resource referenced by the endpoint.
-| ```knative.apiVersion=messaging.knative.dev/v1beta1```
-
 | *knative.reply*
 | If the consumer should construct a full reply to knative request.
 | ```knative.reply=false```