AlinsRan commented on code in PR #2551: URL: https://github.com/apache/apisix-ingress-controller/pull/2551#discussion_r2335818425
########## docs/en/latest/reference/api-reference.md: ########## @@ -1194,7 +1194,7 @@ ApisixRouteStream defines the configuration for a Layer 4 (TCP/UDP) route. Curre | Field | Description | | --- | --- | | `name` _string_ | Name is a unique identifier for the route. This field must not be empty. | -| `protocol` _string_ | Protocol specifies the L4 protocol to match. Can be `tcp` or `udp`. | +| `protocol` _string_ | Protocol specifies the L4 protocol to match. Can be `TCP` or `UDP`. | Review Comment: The current behavior is to be compatible with 1.8 CRDs. https://github.com/apache/apisix-ingress-controller/blob/v1.8.4/samples/deploy/crd/v1/ApisixRoute.yaml#L294 -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org