kubernetes-operator/pkg/controller
Luca Burgazzoli 0682236568 Rework release leftovers gc algorithm
If the HelmInstance spec changes, all the resources get re-rendered which means some of
them may become obsolete (i.e. if some resources are moved from cluster to namespace
scope) hence a sort of "garbage collector task" must be executed.

As today, the GC logic would take into account only the resource generation, however,
when the operator is updated, the generation won't change hence a new algorithm should
be implemented to take into account also the release version.

Signed-off-by: Luca Burgazzoli <lburgazzoli@gmail.com>
2024-08-20 08:24:06 +02:00
..
client Remove dapr-sandbox leftovers 2024-07-23 14:05:58 +02:00
gc Rework release leftovers gc algorithm 2024-08-20 08:24:06 +02:00
predicates Rework release leftovers gc algorithm 2024-08-20 08:24:06 +02:00
reconciler refactor: provide a base reconciler to provide common functionnalities 2024-07-24 16:35:31 +02:00
controller.go leverage pprof from controller runtime 2024-08-09 09:32:39 +02:00
types.go refactor: provide a base reconciler to provide common functionnalities 2024-07-24 16:35:31 +02:00