Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add stream[].match.host to ApisixRoute v2 spec #2257

Merged
merged 2 commits into from
Jul 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/en/latest/references/apisix_route_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ The table below describes each of the attributes in the spec. The fields `apiVer
| stream[].name | string (required) | Name of the rule. |
| stream[].match | object (required) | Conditions to match the request with the Route. |
| 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). |
| stream[].match.host | string | SNI. |
Copy link
Member Author

@kayx23 kayx23 Jul 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| stream[].backend | object | Backend service (deprecated). Use `http[].backends` instead. |
| stream[].backend.serviceName | string | Name of the backend service (depricated). The service and the `ApisixRoute` resource should be created in the same namespace. |
| stream[].backend.servicePort | integer or string | Port number or the name defined in the service object of the backend (deprecated). |
Expand Down
Loading