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