-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: the ignore mutation annotation in the applier (#1477)
* Add ignored objects to Resources * Modify the Applier to get the ignore mutation annotation functioning correctly * Remove returning commit from resource functions * Move updateIgnored out of for loop * Refactor tests * Remove unnecessary klog * Address comments * Revert reconciler test * Move out log message to caller * Remove GetIgnoredObjsCache function * Add clarification to mutationIgnoredObjectsMap * Refactor TestDeclareIgnoreMutationForUnmanagedObject * Address PR comments * Refactoring of E2E ignore mutation tests * Refactoring * Add license header * Refactor UpdateConfigSyncMetadata function * Refactoring * Merge and copy over existing ignore mutation tests * Address comments * Use Must instead of Validate in tests * Address comments * Address comments
- Loading branch information
Showing
19 changed files
with
1,288 additions
and
321 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.