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 12:46:59 -05:00
2017-01-29 21:41:45 +01:00
2017-01-30 12:46:59 -05:00
2017-01-27 08:55:44 -05:00
2017-01-29 21:41:45 +01:00
2017-01-30 05:57:49 -08:00
2017-01-30 12:46:59 -05:00
2017-01-30 09:05:22 -08:00
2017-01-30 12:46:59 -05:00
2017-01-30 05:57:49 -08:00
2017-01-27 08:49:55 -05:00
2017-01-30 17:14:54 -08: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-29 21:41:45 +01:00
2017-01-30 12:46:59 -05:00
2017-01-27 09:11:04 -05:00
2017-01-29 21:41:45 +01:00
2017-01-30 12:46:59 -05:00
2017-01-29 21:41:45 +01:00