mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
This change ensures that the clusterResources collector runs prior to any others in order to not collect info on pods that collectors run during collection. Additionally centralizes functions that are common to all collection to make future maintenance simpler. Fixes: #767