-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Pruning of removed upstream groups (#166)
* wip: looking into pruning * wip: actually prune based on syncTime annotation * change how syncStartTime is used so each group still gets it's own sync time annotation like currently. other minor cleanup * refactoring names * Return prune value * Add missing prune to CRD for AzureProvider * Update documentation * Remove debugging info from logger on prune * Prune groups and include count of pruned groups in sync complete status log * Add new metric for groupsPruned * Restore accidental removal in deepcopy * Add backticks in docs around prune false
- Loading branch information
Showing
13 changed files
with
169 additions
and
10 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
Oops, something went wrong.