You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/latest/reference/api-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -661,7 +661,7 @@ UpstreamActiveHealthCheckHealthy defines the conditions used to actively determi
661
661
|`httpCodes`_integer array_| HTTPCodes define a list of HTTP status codes that are considered unhealthy. |
662
662
|`httpFailures`_integer_| HTTPFailures define the number of HTTP failures to define an unhealthy target. |
663
663
|`tcpFailures`_integer_| TCPFailures define the number of TCP failures to define an unhealthy target. |
664
-
|`timeout`_integer_| Timeout sets health check timeout in seconds. |
664
+
|`timeout`_integer_| Timeout sets the number of timeouts to define an unhealthy target. |
665
665
|`interval`_[Duration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#duration-v1-meta)_| Interval defines the time interval for checking targets, in seconds. |
666
666
667
667
@@ -1528,7 +1528,7 @@ UpstreamPassiveHealthCheckUnhealthy defines the conditions used to passively det
1528
1528
|`httpCodes`_integer array_| HTTPCodes define a list of HTTP status codes that are considered unhealthy. |
1529
1529
|`httpFailures`_integer_| HTTPFailures define the number of HTTP failures to define an unhealthy target. |
1530
1530
|`tcpFailures`_integer_| TCPFailures define the number of TCP failures to define an unhealthy target. |
1531
-
|`timeout`_integer_| Timeout sets health check timeout in seconds. |
1531
+
|`timeout`_integer_| Timeout sets the number of timeouts to define an unhealthy target. |
0 commit comments