Files
kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue b9536688d3 Merge pull request #38429 from duglin/removeDelete
Automatic merge from submit-queue (batch tested with PRs 37860, 38429, 38451, 36050, 38463)

Remove "pod xxx deleted" message from kubectl run --rm

This is a follow-on to https://github.com/kubernetes/kubernetes/issues/28695

Its unnecessary to print the message when the user asked for it.
We should only show a msg (error) when we didn't do what they asked.
Also showing this in a "kubectl run" is bad because it then
gets appended to the user's output and they would then have to strip
it off if they want to use the output in some follow-on processing.

Signed-off-by: Doug Davis <dug@us.ibm.com>

```release-note
kubectl run --rm no longer prints "pod xxx deleted"
```
2016-12-09 13:22:14 -08:00
..
2016-10-21 17:32:32 -07:00
2016-12-05 11:03:21 +08:00
2016-12-03 19:10:46 -05:00
2016-11-23 22:30:47 -06:00
2016-12-05 11:03:21 +08:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-12-08 14:16:01 -05:00
2016-11-23 22:30:47 -06:00
2016-10-29 20:24:54 -07:00
2016-10-29 20:24:54 -07:00
2016-12-02 18:42:25 +01:00
2016-12-09 09:42:01 +01:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-11-23 22:30:47 -06:00
2016-12-05 11:03:21 +08:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-12-09 09:42:01 +01:00
2016-11-23 22:30:47 -06:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-12-09 09:42:01 +01:00
2016-12-03 19:10:46 -05:00
2016-12-03 19:10:46 -05:00
2016-11-10 14:07:42 -08:00