Skip to content

Commit

Permalink
DOC/MINOR: change version_min from 1.4 to 1.11 for timeout-server and…
Browse files Browse the repository at this point in the history
… description for configmap since 1.4"
  • Loading branch information
hdurand0710 committed Jul 19, 2024
1 parent a71a4f9 commit c8ecdf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions documentation/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
3 changes: 2 additions & 1 deletion documentation/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)"
Expand Down

0 comments on commit c8ecdf9

Please sign in to comment.