navendu-pottekkat commented on code in PR #1391:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1391#discussion_r997877549
##########
docs/en/latest/concepts/apisix_route.md:
##########
@@ -182,15 +174,11 @@ spec:
weight: 50
```
-The above `ApisixRoute` has one route rule, which contains two backends `foo`
and `bar`, the weight ratio is `100:50`,
-which means `2/3` requests (with `GET` method and `User-Agent` matching regex
pattern `.*Chrome.*`) will be sent to service `foo` and `1/3` requests
-will be proxied to service `bar`.
+## Plugins
-Plugins
--------
+APISIX's [70+
Plugins](https://apisix.apache.org/docs/apisix/plugins/batch-requests/) can be
used with APISIX Ingress. These Plugins have the same name as in the APISIX
documentation.
Review Comment:
Updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]