mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-04-21 00:00:33 +00:00
Fix 2 issues with config change detection: - Objects received via Get() don't have kind and apiVersion set, while those from Watch() do, leading to false positives. - Compare the unmodified config (prior to applying defaults) to the updated one from Watch(). Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>