We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e9ff74 + 138b825 commit e22e4c5Copy full SHA for e22e4c5
content/en/docs/concepts/overview/working-with-objects/finalizers.md
@@ -8,10 +8,6 @@ weight: 80
8
9
{{<glossary_definition term_id="finalizer" length="long">}}
10
11
-You can use finalizers to control {{<glossary_tooltip text="garbage collection" term_id="garbage-collection">}}
12
-of resources by alerting {{<glossary_tooltip text="controllers" term_id="controller">}} to perform specific cleanup tasks before
13
-deleting the target resource.
14
-
15
Finalizers don't usually specify the code to execute. Instead, they are
16
typically lists of keys on a specific resource similar to annotations.
17
Kubernetes specifies some finalizers automatically, but you can also specify
0 commit comments