Skip to content

Commit c147545

Browse files
authored
Merge pull request #40416 from asa3311/sync-sync-finalizers.md
[zh-cn] sync finalizers.md
2 parents 0d92c72 + 2ed6c48 commit c147545

File tree

1 file changed

+0
-9
lines changed
  • content/zh-cn/docs/concepts/overview/working-with-objects

1 file changed

+0
-9
lines changed

content/zh-cn/docs/concepts/overview/working-with-objects/finalizers.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ weight: 80
88

99
{{<glossary_definition term_id="finalizer" length="long">}}
1010

11-
<!--
12-
You can use finalizers to control {{<glossary_tooltip text="garbage collection" term_id="garbage-collection">}}
13-
of resources by alerting {{<glossary_tooltip text="controllers" term_id="controller">}} to perform specific cleanup tasks before
14-
deleting the target resource.
15-
-->
16-
你可以通过使用 Finalizers 提醒{{<glossary_tooltip text="控制器" term_id="controller">}}
17-
在删除目标资源前执行特定的清理任务,
18-
来控制资源的{{<glossary_tooltip text="垃圾收集" term_id="garbage-collection">}}。
19-
2011
<!--
2112
Finalizers don't usually specify the code to execute. Instead, they are
2213
typically lists of keys on a specific resource similar to annotations.

0 commit comments

Comments
 (0)