image-reflector-controller/api
Kaden Nelson 518a846596
Add a finalizer to the ImagePolicy and ImageRepository resources
Fixes https://github.com/fluxcd/image-reflector-controller/issues/225

This PR adds a finalizer to the ImagePolicy and ImageRepository resources. This is to properly record the Deleted reconciliation status when the object is deleted from the cluster. Without this change, the resource would be deleted before the image reflector controller has a chance to properly report the resource's status in the metrics. As a result, end-users may see falsely reported metrics.

Signed-off-by: Kaden Nelson <kaden_l_nelson@apple.com>
2022-06-24 10:57:19 +03:00
..
v1alpha1 Implement `meta.ObjectWithConditions` interfaces 2022-03-22 15:12:43 +01:00
v1alpha2 use new standardized runtime and meta package 2022-03-18 00:10:18 +05:30
v1beta1 Add a finalizer to the ImagePolicy and ImageRepository resources 2022-06-24 10:57:19 +03:00
go.mod Update dependencies 2022-06-08 12:29:27 +03:00
go.sum Update dependencies 2022-06-08 12:29:27 +03:00