mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Implement 'kubectl get ... -o wide'
This commit is contained in:
@@ -41,7 +41,7 @@ $ kubectl label pods foo bar-
|
||||
--all=false: select all resources in the namespace of the specified resource types
|
||||
-h, --help=false: help for label
|
||||
--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|wide.
|
||||
--output-version="": Output the formatted object with the given version (default api-version).
|
||||
--overwrite=false: If true, allow labels to be overwritten, otherwise reject label updates that overwrite existing labels.
|
||||
--resource-version="": If non-empty, the labels update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource.
|
||||
@@ -81,6 +81,6 @@ $ kubectl label pods foo bar-
|
||||
### SEE ALSO
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-05-28 08:44:48.996047458 +0000 UTC
|
||||
###### Auto generated by spf13/cobra at 2015-06-30 16:51:25.609525621 +0000 UTC
|
||||
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user