Skip to content

Commit

Permalink
feat: Update scope definitions of wasm plugin configurations (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Oct 15, 2024
1 parent 0316b6f commit bcf1801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/latest/en/user/wasm-image-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
properties:
consumers:
type: array
x-scope: GLOBAL # Field effective scope. Options: GLOBAL (global configuration), INSTANCE (instance-level configuration, which can be set associated to routes, domains or services.), ALL (Available as both global and instance-level configurations). Optional. Default value is INSTANCE.
x-scope: GLOBAL # Field effective scope. Options: GLOBAL (global configuration), RULE (rule-level configuration, which can be set associated to routes, domains or services.), ANY (Effective scope unrestricted). Optional. Default value is ANY.
title: 调用方列表
x-title-i18n:
en-US: Consumer List
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/latest/zh-cn/user/wasm-image-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
properties:
consumers:
type: array
x-scope: GLOBAL # 配置项作用范围。可选值:GLOBAL(全局配置)、INSTANCE(实例级配置,即在关联路由、域名、服务时的配置)、ALL(全局、实例皆可配置)。可空。缺省值为 INSTANCE
x-scope: GLOBAL # 配置项作用范围。可选值:GLOBAL(全局配置)、RULE(规则级配置,即在关联到路由、域名、服务等特定时的配置)、ANY(不限制作用范围)。可空。缺省值为 ANY
title: 调用方列表
x-title-i18n:
en-US: Consumer List
Expand Down

0 comments on commit bcf1801

Please sign in to comment.