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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 26c17b716fd # DestinationRule (#1463)
26c17b716fd is described below

commit 26c17b716fd0c8c36f07609c8a5fc2efa6108975
Author: JIAN ZHONG <[email protected]>
AuthorDate: Sun Sep 4 11:21:28 2022 +0800

    # DestinationRule (#1463)
---
 .../traffic/mesh-style/destination-rule.md                     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/traffic/mesh-style/destination-rule.md
 
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/traffic/mesh-style/destination-rule.md
index 57b563adbb5..88df0031d0d 100644
--- 
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/traffic/mesh-style/destination-rule.md
+++ 
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/traffic/mesh-style/destination-rule.md
@@ -7,7 +7,7 @@ description: "目标地址规则"
 ---
 
 
-#### DestinationRule
+### DestinationRule
 `DestinationRule`用来处理目标地址的规则,与`DestinationRule`相关的`ServiceEntry`, 
`WorkloadEntry`等定义与开源保持一致
 + 使用示例
 
@@ -30,7 +30,7 @@ spec:
 | trafficPolicy | TrafficPolicy | 流量策略 | NO |
 | subsets | Subset[] | 服务的单一版本或多版本的命名 | YES |
 
-#### Subset
+### Subset
 `Subset`应用服务的命名,可以是单个也可以是多个版本
 + 使用示例
 
@@ -51,7 +51,7 @@ spec:
 | name | string | 服务版本名称 | YES |
 | labels | map<string, string> | 打在服务身上的标签 | YES |
 
-#### TrafficPolicy
+### TrafficPolicy
 `TrafficPolicy`表示负载均衡策略
 + 使用示例
 
@@ -70,7 +70,7 @@ spec:
 | --- | --- | --- | --- |
 | loadBalancer | LoadBalancerSettings | 负载均衡设置 | YES |
 
-#### LoadBalancerSettings
+### LoadBalancerSettings
 `LoadBalancerSettings`用来表示负载均衡相关的配置
 + 使用示例
 
@@ -91,4 +91,4 @@ spec:
 | --- | --- | --- | --- |
 | simple | string | 负载均衡策略,其中包括:`ROUND_ROBIN`, `LEAST_CONN`, `RANDOM`, 
`PASSTHROUGH` | YES |
 | consistentHash | ConsistentHashLB | 一致性Hash策略(未实现)   NO
- | NO |
\ No newline at end of file
+ | NO |

Reply via email to