From c8ecdf957c4d2c13e3e7c5206cb93de5de6551d2 Mon Sep 17 00:00:00 2001 From: Helene Durand Date: Mon, 25 Sep 2023 17:10:37 +0200 Subject: [PATCH] DOC/MINOR: change version_min from 1.4 to 1.11 for timeout-server and description for configmap since 1.4" --- documentation/annotations.md | 1 + documentation/doc.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/annotations.md b/documentation/annotations.md index 1b82971e..441731c3 100644 --- a/documentation/annotations.md +++ b/documentation/annotations.md @@ -1851,6 +1851,7 @@ timeout-queue: 5s ##### `timeout-server` Sets the maximum inactivity time on the server side. + configmap available since version 1.4 Available on: `configmap` `ingress` `service` diff --git a/documentation/doc.yaml b/documentation/doc.yaml index bd4b4d0e..48874c30 100644 --- a/documentation/doc.yaml +++ b/documentation/doc.yaml @@ -1822,6 +1822,7 @@ annotations: default: 50s description: - Sets the maximum inactivity time on the server side. + - configmap available since version 1.4 tip: [] values: - An integer with a unit of time (1 second = 1s, 1 minute = 1m, 1h = 1 hour); Defaults @@ -1830,7 +1831,7 @@ annotations: - configmap - ingress - service - version_min: "1.4" + version_min: "1.11" example: ["timeout-server: 5s"] - title: timeout-server-fin type: "[time](#time)"