This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c278b99 Deploy to GitHub pages
c278b99 is described below
commit c278b9936bad877d27afbcd5ce6396b340e6942c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 8 09:04:29 2020 +0000
Deploy to GitHub pages
---
apisix/plugins/fault-injection.html | 6 +++---
apisix/plugins/fault-injection/index.html | 6 +++---
apisix/zh-cn/plugins/fault-injection.html | 6 +++---
apisix/zh-cn/plugins/fault-injection/index.html | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/apisix/plugins/fault-injection.html
b/apisix/plugins/fault-injection.html
index c067830..035493d 100644
--- a/apisix/plugins/fault-injection.html
+++ b/apisix/plugins/fault-injection.html
@@ -33,10 +33,10 @@
<tr><th>Name</th><th>Type</th><th>Requirement</th><th>Default</th><th>Valid</th><th>Description</th></tr>
</thead>
<tbody>
-<tr><td>abort.http_status</td><td>integer</td><td>optional</td><td></td><td>[200,
...]</td><td>user-specified http code returned to the client.</td></tr>
-<tr><td>abort.body</td><td>string</td><td>optional</td><td></td><td></td><td>response
data returned to the client.</td></tr>
+<tr><td>abort.http_status</td><td>integer</td><td>required</td><td></td><td>[200,
...]</td><td>user-specified http code returned to the client.</td></tr>
+<tr><td>abort.body</td><td>string</td><td>optional</td><td></td><td></td><td>response
data returned to the client. Nginx varialbe can be used inside, like
<code>client addr: $remote_addr\n</code></td></tr>
<tr><td>abort.percentage</td><td>integer</td><td>optional</td><td></td><td>[0,
100]</td><td>percentage of requests to be aborted.</td></tr>
-<tr><td>delay.duration</td><td>number</td><td>optional</td><td></td><td></td><td>delay
time (can be decimal).</td></tr>
+<tr><td>delay.duration</td><td>number</td><td>required</td><td></td><td></td><td>delay
time (can be decimal).</td></tr>
<tr><td>delay.percentage</td><td>integer</td><td>optional</td><td></td><td>[0,
100]</td><td>percentage of requests to be delayed.</td></tr>
</tbody>
</table>
diff --git a/apisix/plugins/fault-injection/index.html
b/apisix/plugins/fault-injection/index.html
index c067830..035493d 100644
--- a/apisix/plugins/fault-injection/index.html
+++ b/apisix/plugins/fault-injection/index.html
@@ -33,10 +33,10 @@
<tr><th>Name</th><th>Type</th><th>Requirement</th><th>Default</th><th>Valid</th><th>Description</th></tr>
</thead>
<tbody>
-<tr><td>abort.http_status</td><td>integer</td><td>optional</td><td></td><td>[200,
...]</td><td>user-specified http code returned to the client.</td></tr>
-<tr><td>abort.body</td><td>string</td><td>optional</td><td></td><td></td><td>response
data returned to the client.</td></tr>
+<tr><td>abort.http_status</td><td>integer</td><td>required</td><td></td><td>[200,
...]</td><td>user-specified http code returned to the client.</td></tr>
+<tr><td>abort.body</td><td>string</td><td>optional</td><td></td><td></td><td>response
data returned to the client. Nginx varialbe can be used inside, like
<code>client addr: $remote_addr\n</code></td></tr>
<tr><td>abort.percentage</td><td>integer</td><td>optional</td><td></td><td>[0,
100]</td><td>percentage of requests to be aborted.</td></tr>
-<tr><td>delay.duration</td><td>number</td><td>optional</td><td></td><td></td><td>delay
time (can be decimal).</td></tr>
+<tr><td>delay.duration</td><td>number</td><td>required</td><td></td><td></td><td>delay
time (can be decimal).</td></tr>
<tr><td>delay.percentage</td><td>integer</td><td>optional</td><td></td><td>[0,
100]</td><td>percentage of requests to be delayed.</td></tr>
</tbody>
</table>
diff --git a/apisix/zh-cn/plugins/fault-injection.html
b/apisix/zh-cn/plugins/fault-injection.html
index c1f7061..7097919 100644
--- a/apisix/zh-cn/plugins/fault-injection.html
+++ b/apisix/zh-cn/plugins/fault-injection.html
@@ -33,10 +33,10 @@
<tr><th>名称</th><th>类型</th><th>必选项</th><th>默认值</th><th>有效值</th><th>描述</th></tr>
</thead>
<tbody>
-<tr><td>abort.http_status</td><td>integer</td><td>可选</td><td></td><td>[200,
...]</td><td>返回给客户端的 http 状态码</td></tr>
-<tr><td>abort.body</td><td>string</td><td>可选</td><td></td><td></td><td>返回给客户端的响应数据</td></tr>
+<tr><td>abort.http_status</td><td>integer</td><td>必需</td><td></td><td>[200,
...]</td><td>返回给客户端的 http 状态码</td></tr>
+<tr><td>abort.body</td><td>string</td><td>可选</td><td></td><td></td><td>返回给客户端的响应数据。支持使用
Nginx 变量,如 <code>client addr: $remote_addr\n</code></td></tr>
<tr><td>abort.percentage</td><td>integer</td><td>可选</td><td></td><td>[0,
100]</td><td>将被中断的请求占比</td></tr>
-<tr><td>delay.duration</td><td>number</td><td>可选</td><td></td><td></td><td>延迟时间,可以指定小数</td></tr>
+<tr><td>delay.duration</td><td>number</td><td>必需</td><td></td><td></td><td>延迟时间,可以指定小数</td></tr>
<tr><td>delay.percentage</td><td>integer</td><td>可选</td><td></td><td>[0,
100]</td><td>将被延迟的请求占比</td></tr>
</tbody>
</table>
diff --git a/apisix/zh-cn/plugins/fault-injection/index.html
b/apisix/zh-cn/plugins/fault-injection/index.html
index c1f7061..7097919 100644
--- a/apisix/zh-cn/plugins/fault-injection/index.html
+++ b/apisix/zh-cn/plugins/fault-injection/index.html
@@ -33,10 +33,10 @@
<tr><th>名称</th><th>类型</th><th>必选项</th><th>默认值</th><th>有效值</th><th>描述</th></tr>
</thead>
<tbody>
-<tr><td>abort.http_status</td><td>integer</td><td>可选</td><td></td><td>[200,
...]</td><td>返回给客户端的 http 状态码</td></tr>
-<tr><td>abort.body</td><td>string</td><td>可选</td><td></td><td></td><td>返回给客户端的响应数据</td></tr>
+<tr><td>abort.http_status</td><td>integer</td><td>必需</td><td></td><td>[200,
...]</td><td>返回给客户端的 http 状态码</td></tr>
+<tr><td>abort.body</td><td>string</td><td>可选</td><td></td><td></td><td>返回给客户端的响应数据。支持使用
Nginx 变量,如 <code>client addr: $remote_addr\n</code></td></tr>
<tr><td>abort.percentage</td><td>integer</td><td>可选</td><td></td><td>[0,
100]</td><td>将被中断的请求占比</td></tr>
-<tr><td>delay.duration</td><td>number</td><td>可选</td><td></td><td></td><td>延迟时间,可以指定小数</td></tr>
+<tr><td>delay.duration</td><td>number</td><td>必需</td><td></td><td></td><td>延迟时间,可以指定小数</td></tr>
<tr><td>delay.percentage</td><td>integer</td><td>可选</td><td></td><td>[0,
100]</td><td>将被延迟的请求占比</td></tr>
</tbody>
</table>