Use TYPE instead of RESOURCE in help string
For commands in kubectl, use TYPE in help string.
This commit is contained in:
@@ -45,7 +45,7 @@ JSON and YAML formats are accepted.
|
||||
Please refer to the models in https://htmlpreview.github.io/?https://github.com/GoogleCloudPlatform/kubernetes/HEAD/docs/api-reference/definitions.html to find if a field is mutable.
|
||||
|
||||
```
|
||||
kubectl patch RESOURCE NAME -p PATCH
|
||||
kubectl patch TYPE NAME -p PATCH
|
||||
```
|
||||
|
||||
### Examples
|
||||
@@ -100,8 +100,7 @@ kubectl patch pod valid-pod -p '{"spec":{"containers":[{"name":"kubernetes-serve
|
||||
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-08-01 00:12:16.314479678 +0000 UTC
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-08-05 08:29:19.076903307 +0000 UTC
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user