k3s/pkg/kubectl/cmd/run
Adam Harrison c9dd2a2a45 kubectl run --quiet suppresses deletion messages
The `--quiet` option should prevent kubectl run from polluting the
output from an attached container - make it apply to the resource
deletion messages caused by `--rm`.
2019-02-25 11:10:07 +00:00
..
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
run.go kubectl run --quiet suppresses deletion messages 2019-02-25 11:10:07 +00:00
run_test.go