Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(syncer): wrong address operator on transform Patch func (#586)
## What type of PR is this? /kind bug ## What this PR does / why we need it: The underlying type of `dest` is `*unstructured.Unstructured`, and the address operator makes the return value be a pointer to a pointer, which causes keyFunc `DeletionHandlingMetaNamespaceKeyFunc` to return errors.
- Loading branch information