[zh] missing backquotes

pull/38642/head
0xff-dev 2022-12-26 17:04:07 +08:00
parent 74e5ea5784
commit b171b18342
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ which is a PEM-encoded CA bundle for validating the webhook's server certificate
The `scope` field specifies if only cluster-scoped resources ("Cluster") or namespace-scoped
resources ("Namespaced") will match this rule. "∗" means that there are no scope restrictions.
-->
scope 字段指定是仅集群范围的资源Cluster还是名字空间范围的资源资源Namespaced将与此规则匹配。
`scope` 字段指定是仅集群范围的资源Cluster还是名字空间范围的资源资源Namespaced将与此规则匹配。
`*` 表示没有范围限制。
<!--