Copilot commented on code in PR #2594:
URL:
https://github.com/apache/apisix-ingress-controller/pull/2594#discussion_r2418838766
##########
docs/en/latest/concepts/gateway-api.md:
##########
@@ -50,7 +50,7 @@ By supporting Gateway API, the APISIX Ingress controller can
realize richer func
| HTTPRoute | Supported | Partially supported | Not
supported | v1 |
| GRPCRoute | Supported | Supported | Not
supported | v1 |
| ReferenceGrant | Supported | Not supported | Not
supported | v1beta1 |
-| TLSRoute | Not supported | Not supported | Not
supported | v1alpha2 |
+| TLSRoute | supported | supported | Not
supported | v1alpha2 |
Review Comment:
Corrected capitalization of 'supported' to 'Supported' to match the
formatting of other entries in the table.
```suggestion
| TLSRoute | Supported | Supported | Not
supported | v1alpha2 |
```
##########
test/conformance/conformance_test.go:
##########
@@ -34,6 +34,9 @@ import (
var skippedTestsForSSL = []string{
tests.HTTPRouteHTTPSListener.ShortName,
tests.HTTPRouteRedirectPortAndScheme.ShortName,
+
+ // TODO: apisix does not support TLSRoute passthrough.
Review Comment:
Corrected spelling of 'apisix' to 'APISIX'.
```suggestion
// TODO: APISIX does not support TLSRoute passthrough.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]