Merge pull request #44207 from shiywang/hotfix

Automatic merge from submit-queue

Add --all support for view-last-applied 

Fixes https://github.com/kubernetes/kubernetes/issues/44195
sorry for my careless, and thanks for the review, @ymqytw ptal
This commit is contained in:
Kubernetes Submit Queue
2017-04-24 20:25:48 -07:00
committed by GitHub
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.