We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This GEP 820 says:
Drop extension points within Route match block
but as I checked the reference docs HTTPRouteFilter is the object that support ExtensionRef.
ExtensionRef
Should it be corrected to HTTPRouteFilter.ExtensionRef or have I understood something wrong?
The text was updated successfully, but these errors were encountered:
Ah, this GEP is marked as Standard, which means it has been implemented and the extension points have already been removed. So the work is done.
Standard
Sorry, something went wrong.
Sorry for any confusion here, since this work has already been completed, I'm going to close this out.
No branches or pull requests
This GEP 820 says:
but as I checked the reference docs HTTPRouteFilter is the object that support
ExtensionRef
.Should it be corrected to HTTPRouteFilter.ExtensionRef or have I understood something wrong?
The text was updated successfully, but these errors were encountered: