- move Understanding Kubernetes Objects to be section overview
- within the section, consistently link to the new (moved) page from the
first mention of “object”
- add a redirect
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
Remove redundant information about finalizers on the finalizers
page within the "working with objects" section.
The same description of finalizers is imported directly from the
glossary, so previous to this commit a nearly identical paragraph
is repeated.
For reference, the text imported from the glossasry is
> You can use finalizers to control garbage collection of resources.
> For example, you can define a finalizer to clean up related resources
> or infrastructure before the controller deletes the target resource.
while the text being removed in this commit is:
> You can use finalizers to control garbage collection of resources
> by alerting controllers to perform specific cleanup tasks before
> deleting the target resource.