This is an automated email from the ASF dual-hosted git repository.

traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new bbcd8d9e docs: add `stream[].match.host` to ApisixRoute v2 spec (#2257)
bbcd8d9e is described below

commit bbcd8d9e24ea40e168df416bd69cd0f4f9603cc5
Author: Traky Deng <trakyd...@gmail.com>
AuthorDate: Fri Jul 5 13:54:04 2024 +0800

    docs: add `stream[].match.host` to ApisixRoute v2 spec (#2257)
---
 docs/en/latest/references/apisix_route_v2.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/en/latest/references/apisix_route_v2.md 
b/docs/en/latest/references/apisix_route_v2.md
index aebbf464..76a434e1 100644
--- a/docs/en/latest/references/apisix_route_v2.md
+++ b/docs/en/latest/references/apisix_route_v2.md
@@ -79,6 +79,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.        |
 | 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).             
                                                                                
           |

Reply via email to