From fb56da6270d945e7bd91bb7581ccf51602873e4f Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Fri, 18 Jun 2021 09:25:42 +0200 Subject: [PATCH] Update docs Signed-off-by: Francesco Guardiani --- docs/eventing-api.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/eventing-api.md b/docs/eventing-api.md index b92a8afc7ee..3bbb760fad5 100644 --- a/docs/eventing-api.md +++ b/docs/eventing-api.md @@ -325,6 +325,22 @@ sending an event before moving it to the dead letter sink.

+timeout
+ +string + + + +(Optional) +

Timeout is the timeout of each single request. The value must be greater than 0. +More information on Duration format: +- https://www.iso.org/iso-8601-date-and-time-format.html +- https://en.wikipedia.org/wiki/ISO_8601

+

Note: This API is EXPERIMENTAL and might break anytime. For more details: https://github.com/knative/eventing/issues/5148

+ + + + backoffPolicy
@@ -977,6 +993,20 @@ sending an event before moving it to the dead letter sink.

+timeout
+ +string + + + +

Timeout is the timeout of each single request. +More information on Duration format: +- https://www.iso.org/iso-8601-date-and-time-format.html +- https://en.wikipedia.org/wiki/ISO_8601

+ + + + backoffPolicy