Skip to content

Commit f23d90b

Browse files
wilsonwudhawton
authored andcommitted
Sync istio#16935 incorrect match type descriptions in security doc fix into Chinese (istio#16937)
1 parent 8a974a9 commit f23d90b

File tree

1 file changed

+2
-2
lines changed
  • content/zh/docs/concepts/security

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/security/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,9 @@ spec:
619619
授权策略中的大多数字段都支持以下所有匹配模式:
620620

621621
- 完全匹配:即完整的字符串匹配。
622-
- 前缀匹配`"*"` 结尾的字符串。例如,`"test.abc.*"`
622+
- 后缀匹配`"*"` 结尾的字符串。例如,`"test.abc.*"`
623623
匹配 `"test.abc.com"``"test.abc.com.cn"``"test.abc.org"` 等等。
624-
- 后缀匹配`"*"` 开头的字符串。例如,`"*.abc.com"`
624+
- 前缀匹配`"*"` 开头的字符串。例如,`"*.abc.com"`
625625
匹配 `"eng.abc.com"``"test.eng.abc.com"` 等等。
626626
- 存在匹配:`*` 用于指定非空的任意内容。您可以使用格式 `fieldname: ["*"]`
627627
指定必须存在的字段。这意味着该字段可以匹配任意内容,但是不能为空。

0 commit comments

Comments
 (0)