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-05 14:14:13 -08: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-22 15:41:06 -08:00
2017-01-25 00:40:02 -08:00
2017-01-24 20:56:03 +01:00
2017-01-30 09:05:22 -08:00
2017-01-19 09:50:16 -05:00
2017-01-30 12:46:59 -05:00
2017-01-30 05:57:49 -08:00
2017-01-05 14:14:13 -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-25 14:37:57 +01:00
2017-01-17 08:07:30 -05:00
2017-01-30 12:46:59 -05:00
2017-01-23 17:52:46 -05:00
2017-01-11 09:09:48 -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-19 13:06:47 +01:00
2017-01-17 08:07:30 -05:00
2017-01-24 20:56:03 +01:00
2017-01-05 14:14:13 -08:00
2017-01-27 09:11:04 -05:00
2017-01-13 14:04:54 -05:00
2017-01-29 21:41:45 +01:00
2017-01-17 08:07:30 -05:00
2017-01-30 12:46:59 -05:00
2017-01-17 12:34:05 +01:00
2017-01-29 21:41:45 +01:00
2017-01-17 08:07:30 -05:00
2017-01-26 13:54:40 -05:00
2017-01-19 11:29:16 -08:00