Skip to content

Commit

Permalink
feat: remove deprecated SafeDeployDiff
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removes depracted SafeDeployDiff use reconcilers.IgnoreAllUnexported instead

Signed-off-by: Max Brauer <mbrauer@vmware.com>
  • Loading branch information
mamachanko committed Mar 28, 2024
1 parent a63803b commit e540237
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e540237

Please sign in to comment.