Skip to content

Commit

Permalink
fix: Use x-scope instead of scope as field name in Wasm spec (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Oct 8, 2024
1 parent b9604b3 commit 1e7bf70
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
scope: GLOBAL # Field effective scope. Options: GLOBAL (global configuration), INSTANCE (instance-level configuration, which can be set associated to routes or domains.), ALL (Available as both global and instance-level configurations). Optional. Default value is INSTANCE.
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.
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
scope: GLOBAL # 配置项作用范围。可选值:GLOBAL(全局配置)、INSTANCE(实例级配置,即在关联路由、域名时的配置)、ALL(全局、实例皆可配置)。可空。缺省值为 INSTANCE。
x-scope: GLOBAL # 配置项作用范围。可选值:GLOBAL(全局配置)、INSTANCE(实例级配置,即在关联路由、域名、服务时的配置)、ALL(全局、实例皆可配置)。可空。缺省值为 INSTANCE。
title: 调用方列表
x-title-i18n:
en-US: Consumer List
Expand Down

0 comments on commit 1e7bf70

Please sign in to comment.