Skip to content

Commit c313710

Browse files
authored
Merge pull request #39330 from suning0/suning020706
[zh-cn]Update extensible-admission-controllers.md
2 parents 7df5fe5 + 3f5c635 commit c313710

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -861,10 +861,10 @@ Use the object selector only if the webhook is opt-in, because end users may ski
861861
跳过准入 Webhook。
862862

863863
<!--
864-
This example shows a mutating webhook that would match a `CREATE` of any resource with the label `foo: bar`:
864+
This example shows a mutating webhook that would match a `CREATE` of any resource (but not subresources) with the label `foo: bar`:
865865
-->
866-
这个例子展示了一个 mutating webhook,它将匹配带有标签 `foo:bar` 的任何资源的
867-
`CREATE` 的操作
866+
这个例子展示了一个变更性质的 Webhook,它将匹配带有标签 `foo:bar` 的所有资源(但不包括子资源)的
867+
`CREATE` 操作
868868

869869
```yaml
870870
apiVersion: admissionregistration.k8s.io/v1

0 commit comments

Comments
 (0)