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 7b67be85dd [fix] Integrity (#1332)
7b67be85dd is described below
commit 7b67be85dd6c3c35d3f061f05422aab06de71d0a
Author: JM <[email protected]>
AuthorDate: Sun Aug 7 10:23:49 2022 +0800
[fix] Integrity (#1332)
---
.../service/routing/mesh-style/virtualservice.md | 34 +++++++++++-----------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/routing/mesh-style/virtualservice.md
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/routing/mesh-style/virtualservice.md
index 97af838fae..13766505dd 100644
---
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/routing/mesh-style/virtualservice.md
+++
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/routing/mesh-style/virtualservice.md
@@ -6,7 +6,7 @@ weight: 30
description: "入站流量的规则"
---
-#### VirtualService
+### VirtualService
`VirtualService`是用来处理入站流量的规则,也就是说用来描述哪些入站流量适用于该路由规则。
+ 使用示例
```yaml
@@ -34,7 +34,7 @@ spec:
| 待补充 | 待补充 |
-#### DubboRoute
+### DubboRoute
`DubboRoute`是`VirtualService`中的属性,用来描述路由策略的边界。
+ 使用示例
```yaml
@@ -65,7 +65,7 @@ spec:
| timeout | DubboTimeout[] | 超时相关(未实现) | NO |
| routedetail | DubboRouteDetail[] | 具体的流量规则,顺序执行,符合条件立即返回 | YES |
-#### DubboRouteDetail
+### DubboRouteDetail
`DubboRouteDetail`用来描述详细的路由规则
+ 使用示例
```yaml
@@ -96,7 +96,7 @@ spec:
| timeout | DubboTimeout[] | 超时相关(未实现) | NO |
-#### DubboMatchRequest
+### DubboMatchRequest
`DubboMatchRequest`用来描述请求的匹配规则
+ 使用示例
```yaml
@@ -129,7 +129,7 @@ spec:
由于 headers 、attachemes 、method 之间可能存在字段一样重复的情况,TODO 进一步细化
-#### DubboMethodMatch
+### DubboMethodMatch
`DubboMethodMatch`是用来实现方法的匹配
+ 使用示例
```yaml
@@ -159,7 +159,7 @@ spec:
| argp | StringMatch[] | 匹配请求的参数类型 | NO |
| headers | map\<string, StringMatch\> | 预留 | NO |
-#### DubboMethodArg
+### DubboMethodArg
`DubboMethodArg`用来实现方法参数的匹配
+ 使用示例
```yaml
@@ -193,7 +193,7 @@ spec:
| reserve | reserve | 复杂类型的匹配,暂时不定义| NO |
-#### DubboAttachmentMatch
+### DubboAttachmentMatch
`DubboAttachmentMatch`用来对任意对象的完全匹配
+ 使用示例
```yaml
@@ -217,7 +217,7 @@ spec:
| eagleeyecontext| map\<string, StringMatch\> | 鹰眼上下文 | NO |
| dubbocontext| map\<string, StringMatch\> | Dubbo 请求上下文 | NO |
-#### ListStringMatch
+### ListStringMatch
`ListStringMatch`是一组`StringMatch`集合,任何一个 `StringMatch`匹配则匹配
+ 使用示例
```yaml
@@ -245,7 +245,7 @@ spec:
| --- | --- | --- | --- |
| oneof | StringMatch[] | 任何一个`StringMatch`匹配则匹配 | NO |
-#### StringMatch
+### StringMatch
`StringMatch`用来描述字符串匹配规则
+ 使用示例
```yaml
@@ -272,7 +272,7 @@ spec:
| empty | string (oneof) | 空字符匹配 | NO |
-#### ListDoubleMatch
+### ListDoubleMatch
`ListDoubleMatch`是一组`DoubleMatch`集合,任何一个 `DoubleMatch`匹配则匹配参数
+ 使用示例
```yaml
@@ -302,7 +302,7 @@ spec:
| --- | --- | --- | --- |
| oneof | DoubleMatch[] | 任何一个`DoubleMatch`匹配则匹配 | NO |
-#### DoubleMatch
+### DoubleMatch
`DoubleMatch`用于匹配 `int`, `long`, `double`类型的数值
+ 使用示例
@@ -340,7 +340,7 @@ spec:
| range | DoubleRangeMatch(oneof) | 数值范围匹配 | NO |
| mode | double | 取模操作,需要与上面两个语义一起配置使用 | NO |
-#### DoubleRangeMatch
+### DoubleRangeMatch
`DoubleRangeMatch`是对`double`值的范围进行匹配
+ 使用示例
```yaml
@@ -372,7 +372,7 @@ spec:
| end | double | 数值小于 | YES |
-#### BoolMatch
+### BoolMatch
`BoolMatch`用来对`true`, `false`的完全匹配
+ 使用示例
```yaml
@@ -398,7 +398,7 @@ spec:
| --- | --- | --- | --- |
| exact | bool(oneof) | `true`, `false` ,完全匹配 | |
-#### ObjectMatch(未实现)
+### ObjectMatch(未实现)
`ObjectMatch`用来对任意对象的完全匹配
+ 使用示例
```yaml
@@ -429,7 +429,7 @@ spec:
| num_value | ListDoubleMatch | | NO |
| bool_value | BoolMatch | | NO |
-#### DubboRouteDestination
+### DubboRouteDestination
`DubboRouteDestination`用来描述流量到目标地址的策略
+ 使用示例
```yaml
@@ -452,7 +452,7 @@ spec:
| destination | DubboDestination | 路由目标 Destination | YES |
| weight | int | 路由权重 | NO |
-#### DubboDestination
+### DubboDestination
`DubboDestination`用来描述路由流量的目标地址
+ 使用示例
```yaml
@@ -478,4 +478,4 @@ spec:
| host | string | 注册中心里面对应的`key`值,现在是接口名 |YES|
| subset | string | 地址列表 | YES |
| port | int| 端口号 | YES |
-| fallback | DubboDestination | fallback到的另外一个地址列表 | NO |
\ No newline at end of file
+| fallback | DubboDestination | fallback到的另外一个地址列表 | NO |