Skip to content

Commit bbcd8d9

Browse files
authored
docs: add stream[].match.host to ApisixRoute v2 spec (#2257)
1 parent 7380d9a commit bbcd8d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/latest/references/apisix_route_v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The table below describes each of the attributes in the spec. The fields `apiVer
7979
| stream[].name | string (required) | Name of the rule. |
8080
| stream[].match | object (required) | Conditions to match the request with the Route. |
8181
| 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. |
8283
| stream[].backend | object | Backend service (deprecated). Use `http[].backends` instead. |
8384
| stream[].backend.serviceName | string | Name of the backend service (depricated). The service and the `ApisixRoute` resource should be created in the same namespace. |
8485
| stream[].backend.servicePort | integer or string | Port number or the name defined in the service object of the backend (deprecated). |

0 commit comments

Comments
 (0)