You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/04/28 01:37:24 UTC

[apisix-ingress-controller] branch master updated: docs: update apisix_upstream.md (#983)

This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new eefeec87 docs: update apisix_upstream.md (#983)
eefeec87 is described below

commit eefeec87c53bcf674f9f1241f47b11a163c6ee48
Author: wangyunpeng <33...@users.noreply.github.com>
AuthorDate: Thu Apr 28 09:37:19 2022 +0800

    docs: update apisix_upstream.md (#983)
    
    
    Co-authored-by: John Chever <ch...@gmail.com>
---
 docs/en/latest/references/apisix_upstream.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/references/apisix_upstream.md b/docs/en/latest/references/apisix_upstream.md
index 0d23a661..8321a70f 100644
--- a/docs/en/latest/references/apisix_upstream.md
+++ b/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`.   |
 | loadbalancer  | object   | The load balancing algorithm of this upstream service |
 | loadbalancer.type | string | The load balancing type, can be `roundrobin`, `ewma`, `least_conn`, `chash`, default is `roundrobin`. |
 | loadbalancer.hashOn | string | The hash value source scope, only take effects if the `chash` algorithm is in use. Values can `vars`, `header`, `vars_combinations`, `cookie` and `consumers`, default is `vars`. |