gitops-engine
gitops-engine copied to clipboard
why not use kubectl diff?
https://github.com/argoproj/gitops-engine/blob/master/pkg/diff/diff.go states the following:
The package provide functions that allows to compare set of Kubernetes resources using the logic equivalent to
`kubectl diff`.
Why is it necessary to maintain this code if the logic is equivalent to kubectl diff? Why not use kubectl diff instead?
same question here