-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add IngressClassName
to ApisixRoute
spec
#2246
Conversation
@@ -35,6 +35,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. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unsure if v2beta3
API needs this update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
You don't need to update the v2beta3 doc. In fact, I think we can remove these "beta" API docs entirely, as they are no longer needed.
cc: @Revolyssup
I thought so too seeing some previous discussions but need confirmation. |
@kayx23 I checked with @Revolyssup. We can remove these as the v2beta3 APIs are no longer in the CRDs. |
I reverted the change for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. LGTM.
Type of change:
What this PR does / why we need it:
Closes #2201
Add
IngressClassName
toApisixRoute
spec.Pre-submission checklist: