You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/kubectl/kubectl_get.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
86
86
87
87
```
88
88
--all-namespaces[=false]: If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
89
+
--export[=false]: If true, use 'export' for the resources. Exported resources are stripped of cluster-specific information.
89
90
-f, --filename=[]: Filename, directory, or URL to a file identifying the resource to get from a server.
90
91
-L, --label-columns=[]: Accepts a comma separated list of labels that are going to be presented as columns. Names are case-sensitive. You can also use multiple flag statements like -L label1 -L label2...
91
92
--no-headers[=false]: When using the default output, don't print headers.
@@ -131,7 +132,7 @@ $ kubectl get rc/web service/frontend pods/web-pod-13je7
131
132
132
133
*[kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
133
134
134
-
###### Auto generated by spf13/cobra on 8-Dec-2015
135
+
###### Auto generated by spf13/cobra on 22-Dec-2015
cmd.Flags().Bool("watch-only", false, "Watch for changes to the requested object(s), without listing/getting first.")
102
102
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.")
103
103
cmd.Flags().StringSliceP("label-columns", "L", []string{}, "Accepts a comma separated list of labels that are going to be presented as columns. Names are case-sensitive. You can also use multiple flag statements like -L label1 -L label2...")
104
+
cmd.Flags().Bool("export", false, "If true, use 'export' for the resources. Exported resources are stripped of cluster-specific information.")
104
105
usage:="Filename, directory, or URL to a file identifying the resource to get from a server."
0 commit comments