tao12345666333 commented on code in PR #1391: URL: https://github.com/apache/apisix-ingress-controller/pull/1391#discussion_r997839796
########## docs/en/latest/concepts/apisix_route.md: ########## @@ -21,18 +26,13 @@ title: ApisixRoute # --> -`ApisixRoute` is a CRD resource which focus on how to route traffic to -expected backend, it exposes many features supported by Apache APISIX. -Compared to [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/), -functions are implemented in a more native way, with stronger semantics. +`ApisixRoute` is a Kubernetes CRD object that provides a spec to route traffic to services with APISIX. It is much more capable and easy to use compared to the default [Kubernetes Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) resource. -Path based route rules ----------------------- +See [reference](https://apisix.apache.org/docs/ingress-controller/references/apisix_route_v2/) for the full API documentation. Review Comment: I don't know why CI judged this link to be unavailable. do you know? @juzhiyuan @bzp2010 -- 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]
