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/references/apisix_route_v2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ The table below describes each of the attributes in the spec. The fields `apiVer
79
79
| stream[].name | string (required) | Name of the rule. |
80
80
| stream[].match | object (required) | Conditions to match the request with the Route. |
81
81
| stream[].match.ingressPort | integer (required) | Listening port in the Ingress proxy server. This port should be defined in the [APISIX configuration](https://github.com/apache/apisix/blob/master/conf/config-default.yaml#L101). |
82
+
| stream[].match.host | string | SNI. |
82
83
| stream[].backend | object | Backend service (deprecated). Use `http[].backends` instead. |
83
84
| stream[].backend.serviceName | string | Name of the backend service (depricated). The service and the `ApisixRoute` resource should be created in the same namespace. |
84
85
| stream[].backend.servicePort | integer or string | Port number or the name defined in the service object of the backend (deprecated). |
0 commit comments