We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a974a9 commit f23d90bCopy full SHA for f23d90b
content/zh/docs/concepts/security/index.md
@@ -619,9 +619,9 @@ spec:
619
授权策略中的大多数字段都支持以下所有匹配模式:
620
621
- 完全匹配:即完整的字符串匹配。
622
-- 前缀匹配:`"*"` 结尾的字符串。例如,`"test.abc.*"`
+- 后缀匹配:`"*"` 结尾的字符串。例如,`"test.abc.*"`
623
匹配 `"test.abc.com"`、`"test.abc.com.cn"`、`"test.abc.org"` 等等。
624
-- 后缀匹配:`"*"` 开头的字符串。例如,`"*.abc.com"`
+- 前缀匹配:`"*"` 开头的字符串。例如,`"*.abc.com"`
625
匹配 `"eng.abc.com"`、`"test.eng.abc.com"` 等等。
626
- 存在匹配:`*` 用于指定非空的任意内容。您可以使用格式 `fieldname: ["*"]`
627
指定必须存在的字段。这意味着该字段可以匹配任意内容,但是不能为空。
0 commit comments