You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/12/02 09:22:04 UTC

[camel-k-runtime] branch master updated: Provide basic description for KNative component to have a valid catalog entry #203

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 81d4757  Provide basic description for KNative component to have a valid catalog entry #203
81d4757 is described below

commit 81d4757f31a0d3656cb80b98bcdb8752c3cc6b4e
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Mon Dec 2 10:10:56 2019 +0100

    Provide basic description for KNative component to have a valid catalog
    entry #203
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 .../main/java/org/apache/camel/component/knative/KnativeEndpoint.java  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeEndpoint.java b/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeEndpoint.java
index a9c75d5..9aaa45e 100644
--- a/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeEndpoint.java
+++ b/camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeEndpoint.java
@@ -37,6 +37,9 @@ import org.apache.camel.support.DefaultEndpoint;
 import org.apache.camel.support.PropertyBindingSupport;
 
 
+/**
+ * This component allows to interact with KNative events.
+ */
 @UriEndpoint(
     firstVersion = "3.0.0",
     scheme = "knative",