mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 06:15:40 +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>