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

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


The following commit(s) were added to refs/heads/v1.8.0 by this push:
     new de8ad1c8 docs: Update apisix_route_v2.md (#2175)
de8ad1c8 is described below

commit de8ad1c83dff37b72b4e8fec59b8f4ca64897fd3
Author: G1 <[email protected]>
AuthorDate: Tue Mar 12 04:00:29 2024 +0900

    docs: Update apisix_route_v2.md (#2175)
    
    * Update apisix_route_v2.md
    
    Co-authored-by: Navendu Pottekkat <[email protected]>
    
    ---------
    
    Co-authored-by: Navendu Pottekkat <[email protected]>
---
 docs/en/latest/references/apisix_route_v2.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/en/latest/references/apisix_route_v2.md 
b/docs/en/latest/references/apisix_route_v2.md
index 5ea3cd50..27910083 100644
--- a/docs/en/latest/references/apisix_route_v2.md
+++ b/docs/en/latest/references/apisix_route_v2.md
@@ -72,6 +72,9 @@ The table below describes each of the attributes in the spec. 
The fields `apiVer
 | http[].authentication.type           | string             | Type of 
authentication. Set to one of `basicAuth` or `keyAuth`.                         
                                                                                
                  |
 | http[].authentication.keyAuth        | object             | Unique key for a 
[Consumer](https://apisix.apache.org/docs/apisix/terminology/consumer/).        
                                                                                
         |
 | http[].authentication.keyAuth.header | string             | Header to get 
the key from.                                                                   
                                                                                
            |
+| http[].upstreams                     | array              | List of 
`ApisixUpstream` resources.                                                     
                                                                                
               |
+| http[].upstreams[].name              | string             | Name of the 
`ApisixUpstream` resource.                                                      
                                                                                
          |
+| http[].upstreams[].weight            | integer            | Weight with 
which to split traffic to the upstream.                                         
                                                                                
                  |
 | stream                               | array              | Stream route 
rules. Contains TCP or UDP rules.                                               
                                                                                
             |
 | stream[].protocol                    | string (required)  | The protocol of 
rule. Support `TCP` or `UDP`                                                    
                                                                                
          |
 | stream[].name                        | string (required)  | Name of the 
rule.                                                                           
                                                                                
              |

Reply via email to