Files
kubernetes/pkg/kubectl
k8s-merge-robot ed87db5040 Merge pull request #23437 from DirectXMan12/bug/cannot-edit-across-gv
Automatic merge from submit-queue

Make kubectl edit not convert GV on edits

Previously, kubectl edit was using a decoder to load in edits that
converted to the internal version.  It would then re-encode this
decoded value to produce a patch.  However, if you were editing
in the object in a GroupVersion that was not the internal version,
this would cause the kubectl edit command to attempt to produce
a patch which changed the GroupVersion, which would fail.

Now, we use a plain deserializer instead, so no conversion or
defaulting occurs when loading in the edited file.

Ref #23378
2016-04-15 16:32:17 -07:00
..
2016-02-13 09:15:39 -05:00
2016-02-18 21:24:21 -05:00
2016-02-18 21:24:21 -05:00
2016-02-18 21:24:21 -05:00
2016-03-02 20:46:32 -05:00
2016-02-25 09:28:07 -08:00
2016-03-10 19:56:57 +01:00
2016-02-19 09:48:03 -08:00
2016-02-18 21:24:21 -05:00
2015-11-16 10:57:52 -08:00
2015-08-05 17:30:03 -07:00
2015-08-05 17:30:03 -07:00