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 bef2010b doc: paraphrasing some descriptions (#1028) bef2010b is described below commit bef2010bbc33667bbefd3e718997fe4d20e2f5f8 Author: nevercase <1024769...@qq.com> AuthorDate: Sat May 21 15:36:25 2022 +0800 doc: paraphrasing some descriptions (#1028) --- docs/en/latest/references/apisix_pluginconfig.md | 4 ++-- docs/en/latest/references/apisix_route_v2beta3.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/latest/references/apisix_pluginconfig.md b/docs/en/latest/references/apisix_pluginconfig.md index d7c05747..9741a3b9 100644 --- a/docs/en/latest/references/apisix_pluginconfig.md +++ b/docs/en/latest/references/apisix_pluginconfig.md @@ -29,5 +29,5 @@ Spec describes the desired state of an ApisixPluginConfig object. |---------------|----------|----------------------------------------------------| | plugins | array | A series of custom plugins that will be executed once this route rule is matched | | plugins[].name | string | The plugin name, see [docs](http://apisix.apache.org/docs/apisix/getting-started) for learning the available plugins. | -| plugins[].enable | boolean | Whether the plugin is in use | -| plugins[].config | object | The plugin configuration, fields should be same as in APISIX. | +| plugins[].enable | boolean | Whether the plugin would be used | +| plugins[].config | object | The configuration of the plugin that must have the same fields as in APISIX. | diff --git a/docs/en/latest/references/apisix_route_v2beta3.md b/docs/en/latest/references/apisix_route_v2beta3.md index 1bcdd32b..242a69ea 100644 --- a/docs/en/latest/references/apisix_route_v2beta3.md +++ b/docs/en/latest/references/apisix_route_v2beta3.md @@ -50,8 +50,8 @@ Meaning of each field in the spec of ApisixRoute are followed, the top level fie | http[].backends[].subset | string | Subset specifies a subset for the target Service. The subset should be pre-definedin ApisixUpstream about this service. | http[].plugins | array | A series of APISIX plugins that will be executed once this route rule is matched | | http[].plugins[].name | string | The plugin name, see [docs](http://apisix.apache.org/docs/apisix/getting-started) for learning the available plugins. -| http[].plugins[].enable | boolean | Whether the plugin is in use | -| http[].plugins[].config | object | The plugin configuration, fields should be same as in APISIX. | +| http[].plugins[].enable | boolean | Whether the plugin would be used | +| http[].plugins[].config | object | The configuration of the plugin that must have the same fields as in APISIX. | | http[].websocket | boolean | Whether enable websocket proxy. | | stream | array | ApisixRoutes' stream route rules, which contains TCP or UDP rules.| | stream[].protocol | string (required) | The protocol of rule. Support `TCP` or `UDP`|