Open ShivanshuGupta07 opened 2 months ago
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack. Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while peforming a commit.
Thank you, @ShivanshuGupta07!
@ShivanshuGupta07 merge conflicts
@MUzairS15, so no changes are required now?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
This PR fixes #575 by replacing deprecated
utils.Unmarshal
withjson.Unmarshal
and removing unused variables from the codebase.Notes for Reviewers
config/provider/inmem.go
andutils/kubernetes/crd.go
.utils.Unmarshal
does not impact any other parts of the code that may rely on its specific behavior.Signed commits