Skip to content

Commit d262dee

Browse files
committed
DOC/MINOR: fix wrong annotation timeout-server-fin vs timeout-server for ing,svc
1 parent b58a2e4 commit d262dee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

documentation/annotations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [ge
8484
| [timeout-http-request](#timeouts) | [time](#time) | "5s" | |:large_blue_circle:|:white_circle:|:white_circle:|
8585
| [timeout-http-keep-alive](#timeouts) | [time](#time) | "1m" | |:large_blue_circle:|:white_circle:|:white_circle:|
8686
| [timeout-queue](#timeouts) | [time](#time) | "5s" | |:large_blue_circle:|:white_circle:|:white_circle:|
87-
| [timeout-server](#timeouts) | [time](#time) | "50s" | |:large_blue_circle:|:white_circle:|:white_circle:|
88-
| [timeout-server-fin](#timeouts) | [time](#time) | | |:large_blue_circle:|:large_blue_circle:|:large_blue_circle:|
87+
| [timeout-server](#timeouts) | [time](#time) | "50s" | |:large_blue_circle:|:large_blue_circle:|:large_blue_circle:|
88+
| [timeout-server-fin](#timeouts) | [time](#time) | | |:large_blue_circle:|:white_circle:|:white_circle:|
8989
| [timeout-tunnel](#timeouts) | [time](#time) | "1h" | |:large_blue_circle:|:white_circle:|:white_circle:|
9090
| [whitelist](#access-control) | IPs/CIDRs or pattern file | | |:large_blue_circle:|:large_blue_circle:|:white_circle:|
9191
| [allow-list](#access-control) | IPs/CIDRs or pattern file | | |:large_blue_circle:|:large_blue_circle:|:white_circle:|
@@ -1820,7 +1820,7 @@ timeout-queue: 5s
18201820

18211821
Sets the maximum inactivity time on the server side.
18221822

1823-
Available on: `configmap`
1823+
Available on: `configmap` `ingress` `service`
18241824

18251825
Possible values:
18261826

@@ -1836,7 +1836,7 @@ timeout-server: 5s
18361836

18371837
Sets the inactivity timeout on the server side for half-closed connections.
18381838

1839-
Available on: `configmap` `ingress` `service`
1839+
Available on: `configmap`
18401840

18411841
Possible values:
18421842

documentation/doc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,6 +1790,8 @@ annotations:
17901790
to 50s
17911791
applies_to:
17921792
- configmap
1793+
- ingress
1794+
- service
17931795
version_min: "1.4"
17941796
example: ["timeout-server: 5s"]
17951797
- title: timeout-server-fin
@@ -1804,8 +1806,6 @@ annotations:
18041806
- An integer with a unit of time (1 second = 1s, 1 minute = 1m, 1h = 1 hour)
18051807
applies_to:
18061808
- configmap
1807-
- ingress
1808-
- service
18091809
version_min: "1.4"
18101810
example: ["timeout-server-fin: 5s"]
18111811
- title: timeout-tunnel

0 commit comments

Comments
 (0)