Use TYPE instead of RESOURCE in help string
For commands in kubectl, use TYPE in help string.
This commit is contained in:
@@ -49,7 +49,7 @@ submits an update to a resource right when you submit a delete, their update
|
||||
will be lost along with the rest of the resource.
|
||||
|
||||
```
|
||||
kubectl delete ([-f FILENAME] | (RESOURCE [(NAME | -l label | --all)]
|
||||
kubectl delete ([-f FILENAME] | TYPE [(NAME | -l label | --all)])
|
||||
```
|
||||
|
||||
### Examples
|
||||
@@ -118,8 +118,7 @@ $ kubectl delete pods --all
|
||||
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-07-31 02:09:06.816515226 +0000 UTC
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-08-05 08:34:34.576732162 +0000 UTC
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user