Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(syncer): wrong address operator on transform Patch func #586

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

iamryanchia
Copy link
Collaborator

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.

Which issue(s) this PR fixes:

Fixes #

Copy link

github-actions bot commented Aug 13, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@iamryanchia
Copy link
Collaborator Author

I have read the CLA Document and I hereby sign the CLA

Copy link
Collaborator

@elliotxx elliotxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@elliotxx elliotxx changed the title fix: wrong address operator fix(syncer): wrong address operator on tranform Patch func Aug 13, 2024
@elliotxx elliotxx changed the title fix(syncer): wrong address operator on tranform Patch func fix(syncer): wrong address operator on transform Patch func Aug 13, 2024
@elliotxx elliotxx merged commit 48c7531 into KusionStack:main Aug 13, 2024
17 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants