Files
kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue 9574ef54ec Merge pull request #40618 from janetkuo/patch-resource-name
Automatic merge from submit-queue (batch tested with PRs 40703, 40093, 40618, 40659, 39810)

Print resource name when patch is done

Before:
```console
$ kubectl patch deployment nginx -p '{"spec":{"progressDeadlineSeconds":200}}'
"nginx" patched
```

After:
```console
$ kubectl patch deployment nginx -p '{"spec":{"progressDeadlineSeconds":200}}'
deployment "nginx" patched
```
2017-01-30 17:14:54 -08:00
..
2017-01-29 21:41:45 +01:00
2017-01-17 08:32:05 -05:00
2017-01-26 19:59:24 -05:00
2017-01-11 09:09:48 -05:00
2017-01-26 19:59:26 -05:00
2017-01-20 08:04:53 -05:00
2017-01-11 09:09:48 -05:00
2017-01-30 12:46:59 -05:00
2017-01-11 09:09:48 -05:00
2017-01-24 20:56:03 +01:00
2017-01-13 08:27:14 -05:00
2016-10-29 20:24:54 -07:00
2016-10-29 20:24:54 -07:00
2017-01-26 19:59:25 -05:00
2017-01-20 08:04:53 -05:00
2017-01-13 08:27:14 -05:00
2017-01-11 09:09:48 -05:00
2017-01-26 19:59:25 -05:00
2017-01-26 19:59:25 -05:00
2017-01-20 08:04:53 -05:00
2017-01-06 13:35:43 -08:00
2017-01-20 08:04:53 -05:00
2017-01-16 09:35:12 -05:00
2017-01-30 12:46:59 -05:00
2017-01-26 08:37:06 -05:00
2017-01-04 09:12:24 +08:00
2017-01-06 13:35:43 -08:00