Merge pull request #16716 from huangyuqi/add_res_types_kubctl_get

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-06 02:20:27 -08:00
4 changed files with 4 additions and 10 deletions

View File

@@ -184,9 +184,6 @@ $ kubectl get pods
# List all pods in ps output format with more information (such as node name).
$ kubectl get pods \-o wide
# List all pods in resource/name format (such as pod/nginx).
$ kubectl get pods \-o name
# List a single replication controller with specified NAME in ps output format.
$ kubectl get replicationcontroller web