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/crd/api.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1334,12 +1334,12 @@ load balancer, health check, etc.
1334
1334
|`scheme`_string_| The scheme used to talk with the upstream. Now value can be http, grpc. |
1335
1335
|`retries`_integer_| How many times that the proxy (Apache APISIX) should do when errors occur (error, timeout or bad http status codes like 500, 502). |
1336
1336
|`timeout`_[UpstreamTimeout](#upstreamtimeout)_| Timeout settings for the read, send and connect to the upstream. |
1337
-
|`healthCheck`_[HealthCheck](#healthcheck)_| The health check configurations for the upstream. |
1337
+
|`healthCheck`_[HealthCheck](#healthcheck)_|Deprecated: this is no longer support on standalone mode. The health check configurations for the upstream. |
1338
1338
|`tlsSecret`_[ApisixSecret](#apisixsecret)_| Set the client certificate when connecting to TLS upstream. |
1339
1339
|`subsets`_[ApisixUpstreamSubset](#apisixupstreamsubset) array_| Subsets groups the service endpoints by their labels. Usually used to differentiate service versions. |
1340
1340
|`passHost`_string_| Configures the host when the request is forwarded to the upstream. Can be one of pass, node or rewrite. |
1341
1341
|`upstreamHost`_string_| Specifies the host of the Upstream request. This is only valid if the pass_host is set to rewrite |
1342
-
|`discovery`_[Discovery](#discovery)_| Discovery is used to configure service discovery for upstream. |
1342
+
|`discovery`_[Discovery](#discovery)_|Deprecated: this is no longer support on standalone mode. Discovery is used to configure service discovery for upstream. |
1343
1343
1344
1344
1345
1345
_Appears in:_
@@ -1391,12 +1391,12 @@ ApisixUpstreamSpec describes the specification of ApisixUpstream.
1391
1391
|`scheme`_string_| The scheme used to talk with the upstream. Now value can be http, grpc. |
1392
1392
|`retries`_integer_| How many times that the proxy (Apache APISIX) should do when errors occur (error, timeout or bad http status codes like 500, 502). |
1393
1393
|`timeout`_[UpstreamTimeout](#upstreamtimeout)_| Timeout settings for the read, send and connect to the upstream. |
1394
-
|`healthCheck`_[HealthCheck](#healthcheck)_| The health check configurations for the upstream. |
1394
+
|`healthCheck`_[HealthCheck](#healthcheck)_|Deprecated: this is no longer support on standalone mode. The health check configurations for the upstream. |
1395
1395
|`tlsSecret`_[ApisixSecret](#apisixsecret)_| Set the client certificate when connecting to TLS upstream. |
1396
1396
|`subsets`_[ApisixUpstreamSubset](#apisixupstreamsubset) array_| Subsets groups the service endpoints by their labels. Usually used to differentiate service versions. |
1397
1397
|`passHost`_string_| Configures the host when the request is forwarded to the upstream. Can be one of pass, node or rewrite. |
1398
1398
|`upstreamHost`_string_| Specifies the host of the Upstream request. This is only valid if the pass_host is set to rewrite |
1399
-
|`discovery`_[Discovery](#discovery)_| Discovery is used to configure service discovery for upstream. |
1399
+
|`discovery`_[Discovery](#discovery)_|Deprecated: this is no longer support on standalone mode. Discovery is used to configure service discovery for upstream. |
@@ -1560,12 +1560,12 @@ them if they are set on the port level.
1560
1560
|`scheme`_string_| The scheme used to talk with the upstream. Now value can be http, grpc. |
1561
1561
|`retries`_integer_| How many times that the proxy (Apache APISIX) should do when errors occur (error, timeout or bad http status codes like 500, 502). |
1562
1562
|`timeout`_[UpstreamTimeout](#upstreamtimeout)_| Timeout settings for the read, send and connect to the upstream. |
1563
-
|`healthCheck`_[HealthCheck](#healthcheck)_| The health check configurations for the upstream. |
1563
+
|`healthCheck`_[HealthCheck](#healthcheck)_|Deprecated: this is no longer support on standalone mode. The health check configurations for the upstream. |
1564
1564
|`tlsSecret`_[ApisixSecret](#apisixsecret)_| Set the client certificate when connecting to TLS upstream. |
1565
1565
|`subsets`_[ApisixUpstreamSubset](#apisixupstreamsubset) array_| Subsets groups the service endpoints by their labels. Usually used to differentiate service versions. |
1566
1566
|`passHost`_string_| Configures the host when the request is forwarded to the upstream. Can be one of pass, node or rewrite. |
1567
1567
|`upstreamHost`_string_| Specifies the host of the Upstream request. This is only valid if the pass_host is set to rewrite |
1568
-
|`discovery`_[Discovery](#discovery)_| Discovery is used to configure service discovery for upstream. |
1568
+
|`discovery`_[Discovery](#discovery)_|Deprecated: this is no longer support on standalone mode. Discovery is used to configure service discovery for upstream. |
1569
1569
|`port`_integer_| Port is a Kubernetes Service port, it should be already defined. |
0 commit comments