Skip to content

Commit

Permalink
Add reference to Kubernetes Service Discovery for Knative function (#509
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gabriel-farache authored Oct 13, 2023
1 parent 39ac34c commit f255cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (/).

Expand Down

0 comments on commit f255cd8

Please sign in to comment.