Commit 4566e039 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #16716 from huangyuqi/add_res_types_kubctl_get

Auto commit by PR queue bot
parents ff796147 1bf2f869
...@@ -184,9 +184,6 @@ $ kubectl get pods ...@@ -184,9 +184,6 @@ $ kubectl get pods
# List all pods in ps output format with more information (such as node name). # List all pods in ps output format with more information (such as node name).
$ kubectl get pods \-o wide $ 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. # List a single replication controller with specified NAME in ps output format.
$ kubectl get replicationcontroller web $ kubectl get replicationcontroller web
......
...@@ -61,9 +61,6 @@ $ kubectl get pods ...@@ -61,9 +61,6 @@ $ kubectl get pods
# List all pods in ps output format with more information (such as node name). # List all pods in ps output format with more information (such as node name).
$ kubectl get pods -o wide $ 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. # List a single replication controller with specified NAME in ps output format.
$ kubectl get replicationcontroller web $ kubectl get replicationcontroller web
...@@ -132,7 +129,7 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7 ...@@ -132,7 +129,7 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager * [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-09-22 12:53:42.288852192 +0000 UTC ###### Auto generated by spf13/cobra on 4-Nov-2015
<!-- BEGIN MUNGE: GENERATED_ANALYTICS --> <!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl_get.md?pixel)]() [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/kubectl/kubectl_get.md?pixel)]()
......
...@@ -122,6 +122,9 @@ __custom_func() { ...@@ -122,6 +122,9 @@ __custom_func() {
* persistentvolumeclaims (aka 'pvc') * persistentvolumeclaims (aka 'pvc')
* limitranges (aka 'limits') * limitranges (aka 'limits')
* resourcequotas (aka 'quota') * resourcequotas (aka 'quota')
* componentstatuses (aka 'cs')
* endpoints (aka 'ep')
* quota
` `
) )
......
...@@ -50,9 +50,6 @@ $ kubectl get pods ...@@ -50,9 +50,6 @@ $ kubectl get pods
# List all pods in ps output format with more information (such as node name). # List all pods in ps output format with more information (such as node name).
$ kubectl get pods -o wide $ 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. # List a single replication controller with specified NAME in ps output format.
$ kubectl get replicationcontroller web $ kubectl get replicationcontroller web
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment