Files
kubernetes/pkg
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-04-14 18:07:00 -07:00
2016-04-14 12:49:10 -04:00
2016-04-13 13:18:31 -07:00
2016-04-14 12:49:10 -04:00
2016-03-02 16:21:16 +01:00
2016-03-17 09:30:02 +01:00
2016-04-12 11:09:16 +02:00
2016-04-15 12:07:57 +02:00
2016-02-24 11:22:02 -05:00
2016-03-02 20:46:32 -05:00