Add --all support for view-last-applied

This commit is contained in:
shiywang
2017-04-07 21:04:55 +08:00
committed by Shiyang Wang
parent 422497b4cf
commit 03a58ceeaa
5 changed files with 7 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ $ kubectl stop -f path/to/resources
### Options
```
--all[=false]: [-all] to select all the specified resources.
--all[=false]: select all resources in the namespace of the specified resource types.
-f, --filename=[]: Filename, directory, or URL to file of resource(s) to be stopped.
--grace-period=-1: Period of time in seconds given to the resource to terminate gracefully. Ignored if negative.
--ignore-not-found[=false]: Treat "resource not found" as a successful stop.