Skip to content

Commit

Permalink
docs: add IngressClassName to ApisixRoute spec (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayx23 authored Jul 4, 2024
1 parent 191887f commit 7380d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/latest/references/apisix_route_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 7380d9a

Please sign in to comment.