@@ -42,6 +42,7 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
...
@@ -42,6 +42,7 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
### Options
### Options
```
```
--all-namespaces=false: If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help=false: help for get
-h, --help=false: help for get
--no-headers=false: When using the default output, don't print headers.
--no-headers=false: When using the default output, don't print headers.
-o, --output="": Output format. One of: json|yaml|template|templatefile.
-o, --output="": Output format. One of: json|yaml|template|templatefile.
...
@@ -84,6 +85,6 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
...
@@ -84,6 +85,6 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
### SEE ALSO
### SEE ALSO
*[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-05-20 23:52:21.968486735 +0000 UTC
###### Auto generated by spf13/cobra at 2015-05-22 14:24:30.17132893 +0000 UTC
cmd.Flags().StringP("selector","l","","Selector (label query) to filter on")
cmd.Flags().StringP("selector","l","","Selector (label query) to filter on")
cmd.Flags().BoolP("watch","w",false,"After listing/getting the requested object, watch for changes.")
cmd.Flags().BoolP("watch","w",false,"After listing/getting the requested object, watch for changes.")
cmd.Flags().Bool("watch-only",false,"Watch for changes to the requested object(s), without listing/getting first.")
cmd.Flags().Bool("watch-only",false,"Watch for changes to the requested object(s), without listing/getting first.")
cmd.Flags().Bool("all-namespaces",false,"If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.")