run grep-sed

This commit is contained in:
Chao Xu
2015-10-08 20:29:35 -07:00
parent 29d3351b69
commit 654ceb6e5a
10 changed files with 13 additions and 13 deletions

View File

@@ -667,7 +667,7 @@ func runPatchTest(c *client.Client) {
glog.Fatalf("Failed creating patchservice: %v", err)
}
patchBodies := map[string]map[api.PatchType]struct {
patchBodies := map[string]map[unversioned.PatchType]struct {
AddLabelBody []byte
RemoveLabelBody []byte
RemoveAllLabelsBody []byte
@@ -693,7 +693,7 @@ func runPatchTest(c *client.Client) {
pb := patchBodies[c.APIVersion()]
execPatch := func(pt api.PatchType, body []byte) error {
execPatch := func(pt unversioned.PatchType, body []byte) error {
return c.Patch(pt).
Resource(resource).
Namespace(api.NamespaceDefault).