File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
content/zh-cn/docs/concepts/overview/working-with-objects Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,6 @@ weight: 80
8
8
9
9
{{<glossary_definition term_id="finalizer" length="long">}}
10
10
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
-
20
11
<!--
21
12
Finalizers don't usually specify the code to execute. Instead, they are
22
13
typically lists of keys on a specific resource similar to annotations.
You can’t perform that action at this time.
0 commit comments