From 7380d9aff34b479027e10a2f5d209eefdb1b9a5b Mon Sep 17 00:00:00 2001 From: Traky Deng Date: Fri, 5 Jul 2024 00:41:34 +0800 Subject: [PATCH] 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 717b1954c8..aebbf464c0 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. |