This is an automated email from the ASF dual-hosted git repository.
ashishtiwari 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 7380d9af docs: add `IngressClassName` to `ApisixRoute` spec (#2246)
7380d9af is described below
commit 7380d9aff34b479027e10a2f5d209eefdb1b9a5b
Author: Traky Deng <[email protected]>
AuthorDate: Fri Jul 5 00:41:34 2024 +0800
docs: add `IngressClassName` to `ApisixRoute` spec (#2246)
---
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 717b1954..aebbf464 100644
--- a/docs/en/latest/references/apisix_route_v2.md
+++ b/docs/en/latest/references/apisix_route_v2.md
@@ -36,6 +36,7 @@ The table below describes each of the attributes in the spec.
The fields `apiVer
| Attribute | Type | Description
|
| ------------------------------------ | ------------------ |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
+| ingressClassName | string |
Name of the ingress class. Used to target a specific controller that should
implement the resource.
|
| http | array | HTTP Route
rules.
|
| http[].name | string (required) | Route rule name.
|
| http[].priority | integer | Route priority.
Used to determined which Route to use when multiple routes contain the same
URI. Large number means higher priority.
|