Skip to content

Commit 7380d9a

Browse files
authored
docs: add IngressClassName to ApisixRoute spec (#2246)
1 parent 191887f commit 7380d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/latest/references/apisix_route_v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The table below describes each of the attributes in the spec. The fields `apiVer
3636

3737
| Attribute | Type | Description |
3838
| ------------------------------------ | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
39+
| ingressClassName | string | Name of the ingress class. Used to target a specific controller that should implement the resource. |
3940
| http | array | HTTP Route rules. |
4041
| http[].name | string (required) | Route rule name. |
4142
| http[].priority | integer | Route priority. Used to determined which Route to use when multiple routes contain the same URI. Large number means higher priority. |

0 commit comments

Comments
 (0)