forked from grafana/tanka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kubernetes/diff): major fixes, performance (grafana#12)
Addresses several open points that made using subset-diff impossible: - produced a `panic` in case a slice returned from kubernetes was bigger than the one in the config - showed differences on the apiVersion. While those were indeed valid, it was too much bloat so they are removed for now - parallelizes generation of the subset. This includes parallel invocations of kubectl, which give an additional performance boost 🎉
- Loading branch information
Showing
3 changed files
with
101 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters