From e540237e7d7bfab63a3e40c6c0c66ad681cc5738 Mon Sep 17 00:00:00 2001 From: Max Brauer Date: Thu, 28 Mar 2024 13:50:57 +0100 Subject: [PATCH] feat: remove deprecated SafeDeployDiff BREAKING CHANGE: removes depracted SafeDeployDiff use reconcilers.IgnoreAllUnexported instead Signed-off-by: Max Brauer --- testing/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/config.go b/testing/config.go index 3b0c0ee..ab0872a 100644 --- a/testing/config.go +++ b/testing/config.go @@ -438,9 +438,6 @@ var ( return str != "" && !strings.HasPrefix(str, "Status") }, cmp.Ignore()) - // Deprecated: use reconcilers.IgnoreAllUnexported instead - SafeDeployDiff = cmpopts.IgnoreUnexported(resource.Quantity{}) - NormalizeLabelSelector = cmp.Transformer("labels.Selector", func(s labels.Selector) *string { if s == nil || s.Empty() { return nil