Merge pull request #32701 from mengjiao-liu/fix-finalizers

[zh]Fix translation of finalizers.md
pull/32704/head
Kubernetes Prow Robot 2022-04-01 05:14:45 -07:00 committed by GitHub
commit 5018ca2d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ and does the following:
* 修改对象,将你开始执行删除的时间添加到 `metadata.deletionTimestamp` 字段。
* 禁止对象被删除,直到其 `metadata.finalizers` 字段为空。
* 返回 `202` 作为状态码HTTP "Accepted")。
* 返回 `202` 状态码HTTP "Accepted")。
<!--
The controller managing that finalizer notices the update to the object setting the