Chever-John commented on code in PR #983: URL: https://github.com/apache/apisix-ingress-controller/pull/983#discussion_r857101911
########## docs/en/latest/references/apisix_upstream.md: ########## @@ -23,7 +23,7 @@ title: ApisixUpstream Reference | Field | Type | Description | |---------------|----------|----------------| -| scheme | string | The protocol used to talk to the Service, can be `http`, `grpc`, default is `http`. | +| scheme | string | The protocol used to talk to the Service, can be `http`, `https`, `grpc`, `grpcs` default is `http`. | Review Comment: ```suggestion | scheme | string | The protocol used to talk to the Service, can be `http`, `https`, `grpc`, `grpcs` default is `http`. | ``` There is an extra space here. -- 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