Reorder Job in workload controllers list

This commit is contained in:
Tim Bannister
2020-05-23 17:01:32 +01:00
parent b635757bc0
commit f4b0238eb1
3 changed files with 15 additions and 24 deletions
@@ -1,7 +1,7 @@
---
title: Garbage Collection
content_type: concept
weight: 60
weight: 70
---
<!-- overview -->
@@ -10,8 +10,6 @@ The role of the Kubernetes garbage collector is to delete certain objects
that once had an owner, but no longer have an owner.
<!-- body -->
## Owners and dependents
@@ -170,15 +168,9 @@ Tracked at [#26120](https://github.com/kubernetes/kubernetes/issues/26120)
## {{% heading "whatsnext" %}}
[Design Doc 1](https://git.k8s.io/community/contributors/design-proposals/api-machinery/garbage-collection.md)
[Design Doc 2](https://git.k8s.io/community/contributors/design-proposals/api-machinery/synchronous-garbage-collection.md)