From 35593824b889fdbdf2bb1fd8f19049eec8b56d8c 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 b004b5fc..f0527fb4 100644 --- a/documentation/annotations.md +++ b/documentation/annotations.md @@ -1853,6 +1853,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 d2c8cd43..42347762 100644 --- a/documentation/doc.yaml +++ b/documentation/doc.yaml @@ -1831,6 +1831,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 @@ -1839,7 +1840,7 @@ annotations: - configmap - ingress - service - version_min: "1.4" + version_min: "1.11" example: ["timeout-server: 5s"] - title: timeout-server-fin type: "[time](#time)"