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

ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new f255cd86c Add reference to Kubernetes Service Discovery for Knative 
function (#509)
f255cd86c is described below

commit f255cd86ce5481c7e9313bfd20cbc655f7e1a1be
Author: gabriel-farache <[email protected]>
AuthorDate: Fri Oct 13 17:29:26 2023 +0200

    Add reference to Kubernetes Service Discovery for Knative function (#509)
---
 .../modules/ROOT/pages/core/custom-functions-support.adoc               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/serverlessworkflow/modules/ROOT/pages/core/custom-functions-support.adoc 
b/serverlessworkflow/modules/ROOT/pages/core/custom-functions-support.adoc
index a98a8223f..b9bd367b5 100644
--- a/serverlessworkflow/modules/ROOT/pages/core/custom-functions-support.adoc
+++ b/serverlessworkflow/modules/ROOT/pages/core/custom-functions-support.adoc
@@ -336,7 +336,7 @@ You can declare a {product_name} custom function using the 
Knative service name,
 
 <1> `greet` is the function name
 <2> `custom` is the function type
-<3> In `operation` you set the coordinates of the Knative service
+<3> In `operation` you set the coordinates of the Knative service. See 
xref:cloud/quarkus/kubernetes-service-discovery.adoc[Kubernetes Service 
Discovery] for supported Scheme and Kubernetes GVK
 
 The above function will send a `POST` request to the 
http://custom-function-knative-service.default.10.109.169.193.sslip.io/plainJsonFunction
 URL. If you don't specify a path, {product_name} will use the root path (/).
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to