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

Remove pkg/util/merge and replace with evanphx/json-patch #4766

Merged
merged 2 commits into from
Feb 25, 2015

Conversation

mikedanese
Copy link
Member

This is to add RFC6902 and RFC7386 JSON Patch capabilities as well as helpers. evanphx/json-patch provides utilities to create and apply patches and better test coverage compared with the single method in pkg/util/merge. JSON Patch is currently used by kubectl --patch and --override and this is a drop in replacement. It will soon be used by apiserver PATCH verb #4578 and config reconciliation #1702.

@mikedanese
Copy link
Member Author

@ghodss may be interested.

@ghodss
Copy link
Contributor

ghodss commented Feb 24, 2015

👍

@vishh
Copy link
Contributor

vishh commented Feb 24, 2015

cc @bgrant0607

@bgrant0607 bgrant0607 added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 25, 2015
@bgrant0607
Copy link
Member

LGTM

bgrant0607 added a commit that referenced this pull request Feb 25, 2015
Remove pkg/util/merge and replace with evanphx/json-patch
@bgrant0607 bgrant0607 merged commit 3f69112 into kubernetes:master Feb 25, 2015
@mikedanese mikedanese deleted the remove-util-merge branch February 25, 2015 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants