Skip to content

Commit

Permalink
Add integration test for diff --prune --selector
Browse files Browse the repository at this point in the history
This PR adds new integration tests for `kubectl diff --prune -l` to
catch possible regressions in the future.

Kubernetes-commit: 1b063e1248ce9f38fda5456054fca77ecb320eec
  • Loading branch information
ardaguclu authored and k8s-publishing-bot committed Feb 7, 2023
1 parent 8acf814 commit 223a47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/diff/prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func newPruner(dc dynamic.Interface, m meta.RESTMapper, r []prune.Resource, sele
dynamicClient: dc,
mapper: m,
resources: r,
labelSelector: selector,
//labelSelector: selector,
}
}

Expand Down

0 comments on commit 223a47b

Please sign in to comment.