Files
kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue 8ce6378512 Merge pull request #46091 from xilabao/new-output-in-edit
Automatic merge from submit-queue (batch tested with PRs 46091, 48280)

allow output patch string in edit command

**What this PR does / why we need it**:
allow user to get the patch from edit command if user is not familiar with the patch format.

```
# ./cluster/kubectl.sh create role a --verb=get,list --resource=no
role "a" created

# ./cluster/kubectl.sh edit role a --output-patch=true
Patch: {"rules":[{"apiGroups":[""],"resources":["nodes"],"verbs":["get","list","delete"]}]}
role "a" edited

# ./cluster/kubectl.sh create role b --verb=get,list --resource=no
role "b" created

# ./cluster/kubectl.sh patch role b -p '{"rules":[{"apiGroups":[""],"resources":["nodes"],"verbs":["get","list","delete"]}]}'
role "b" patched
```
**Which issue this PR fixes**: fixes #47173

**Special notes for your reviewer**:

**Release note**:

```release-note
Could get the patch from kubectl edit command
```
2017-07-16 18:04:42 -07:00
..
2017-06-27 16:25:20 -07:00
2017-06-27 16:25:20 -07:00
2017-06-30 15:00:24 -07:00
2017-06-16 07:09:21 +00:00
2017-07-07 09:12:29 -04:00
2017-06-27 16:25:20 -07:00
2017-06-26 11:38:36 -04:00
2017-06-27 16:25:20 -07:00
2016-10-29 20:24:54 -07:00
2017-06-27 16:25:20 -07:00
2017-06-21 11:17:24 -04:00
2017-06-27 16:25:20 -07:00
2017-06-27 16:25:20 -07:00
2017-06-27 16:25:20 -07:00
2017-06-30 15:00:24 -07:00
2017-06-27 16:25:20 -07:00
2017-06-27 16:25:20 -07:00
2017-06-27 16:25:20 -07:00
2017-06-27 16:25:20 -07:00
2017-05-31 13:02:23 +05:30
2017-07-07 09:12:29 -04:00
2017-06-27 16:25:20 -07:00
2017-05-11 20:09:31 +08:00
2017-06-27 16:25:20 -07:00
2017-06-22 11:31:03 -07:00
2017-06-27 16:25:20 -07:00
2017-05-15 13:51:39 -07:00
2017-06-27 16:25:20 -07:00
2017-06-22 11:31:03 -07:00
2017-06-27 16:25:20 -07:00
2017-06-22 11:31:03 -07:00