cozystack/internal/controller
Timofei Larkin 38f76f6ad0 [platform] Fix stale workloads not being deleted
Workloads tracking an object undergoing deletion can be reconciled when
the object is marked for deletion, but is not yet removed. After the
object is deleted, there is no event to trigger another reconciliation
of the workload and it might never get deleted until a global reconcile
happens or the controller is restarted. This patch ensures they are
requeued in the reconciliation loop.

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
2025-07-16 23:51:40 +03:00
..
suite_test.go Move project from aenix-io to cozystack repository 2025-03-10 21:16:58 +01:00
system_helm_reconciler.go [platform] Fix deps for paas-hosted bundle 2025-06-09 12:36:32 +02:00
tenant_helm_reconciler.go [platform] add hr reconciler 2025-05-05 09:26:50 +03:00
workload_controller.go [platform] Fix stale workloads not being deleted 2025-07-16 23:51:40 +03:00
workload_controller_test.go Fix virtual machine resource tracking 2025-04-29 15:22:46 +03:00
workloadmonitor_controller.go Get instance type when reconciling WorkloadMonitor 2025-06-10 11:17:40 +03:00