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-30 17:14:54 -08:00
2017-01-29 21:41:45 +01:00
2017-01-29 21:41:45 +01:00
2017-01-30 12:46:59 -05:00
2017-01-24 08:32:56 +08:00
2017-01-24 08:59:18 -05:00
2017-01-30 12:46:59 -05:00
2017-01-30 12:46:59 -05:00
2017-01-20 08:04:53 -05:00
2017-01-25 17:32:22 -08:00
2017-01-30 12:46:59 -05:00
2017-01-20 12:34:58 -08:00
2017-01-20 08:04:53 -05:00
2017-01-30 12:46:59 -05:00
2017-01-26 16:10:36 -08:00
2017-01-24 08:32:56 +08:00
2017-01-23 17:52:46 -05:00
2017-01-30 12:46:59 -05:00
2017-01-30 12:46:59 -05:00
2017-01-29 21:41:44 +01:00
2017-01-29 21:41:44 +01:00
2017-01-26 13:54:40 -05:00
2017-01-23 17:52:46 -05:00
2017-01-24 08:59:18 -05:00
2017-01-30 12:46:59 -05:00
2017-01-30 12:46:59 -05:00
2017-01-30 12:46:59 -05:00
2017-01-30 12:46:59 -05:00
2017-01-24 08:59:18 -05:00
2017-01-26 13:54:40 -05:00
2017-01-25 19:45:09 +01:00