Skip to content

Commit 8e41c79

Browse files
committed
DOC/MINOR: change version_min from 1.4 to 1.11 for timeout-server and description for configmap since 1.4"
1 parent 92320ea commit 8e41c79

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

documentation/annotations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,6 +1853,7 @@ timeout-queue: 5s
18531853
##### `timeout-server`
18541854

18551855
Sets the maximum inactivity time on the server side.
1856+
configmap available since version 1.4
18561857

18571858
Available on: `configmap` `ingress` `service`
18581859

documentation/doc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1831,6 +1831,7 @@ annotations:
18311831
default: 50s
18321832
description:
18331833
- Sets the maximum inactivity time on the server side.
1834+
- configmap available since version 1.4
18341835
tip: []
18351836
values:
18361837
- An integer with a unit of time (1 second = 1s, 1 minute = 1m, 1h = 1 hour); Defaults
@@ -1839,7 +1840,7 @@ annotations:
18391840
- configmap
18401841
- ingress
18411842
- service
1842-
version_min: "1.4"
1843+
version_min: "1.11"
18431844
example: ["timeout-server: 5s"]
18441845
- title: timeout-server-fin
18451846
type: "[time](#time)"

0 commit comments

Comments
 (0)