add valid resource types for kubectl get

This commit is contained in:
huangyuqi
2015-11-03 14:07:55 +08:00
parent 5881c3c848
commit 1bf2f869c7
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