Merge pull request #32274 from ping035627/ping035627-patch-0908

Automatic merge from submit-queue

Change all jsonmerge to strategicpatch

Implement all jsonmerge changed to strategicpatch in edit.go.
This commit is contained in:
Kubernetes Submit Queue
2016-09-13 01:15:52 -07:00
committed by GitHub
3 changed files with 30 additions and 16 deletions

View File

@@ -67,7 +67,7 @@ func RequireKeyUnchanged(key string) PreconditionFunc {
}
}
// RequireKeyUnchanged creates a precondition function that fails
// RequireMetadataKeyUnchanged creates a precondition function that fails
// if the metadata.key is present in the diff (indicating its value
// has changed).
func RequireMetadataKeyUnchanged(key string) PreconditionFunc {