-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Separate GC into it's own Reconciler #3910
Copy link
Copy link
Closed
Labels
area/APIAPI objects and controllersAPI objects and controllerskind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/featureWell-understood/specified features, ready for coding.Well-understood/specified features, ready for coding.
Metadata
Metadata
Assignees
Labels
area/APIAPI objects and controllersAPI objects and controllerskind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/featureWell-understood/specified features, ready for coding.Well-understood/specified features, ready for coding.
In what area(s)?
/area API
Describe the feature
Today we GC Revisions as part of the Configuration controller, however, while the process is a logical reconciliation over Configurations this logic is separable from the main controller logic.
Let's split off its own Reconciler.