mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 13:07:07 +00:00
add some help info about the 'all' arg
This commit is contained in:
parent
e6c57c6569
commit
d0ba378177
@ -170,6 +170,7 @@ __custom_func() {
|
|||||||
// TODO: This should be populated using the discovery information from apiserver.
|
// TODO: This should be populated using the discovery information from apiserver.
|
||||||
valid_resources = `Valid resource types include:
|
valid_resources = `Valid resource types include:
|
||||||
|
|
||||||
|
* all
|
||||||
* clusters (valid only for federation apiservers)
|
* clusters (valid only for federation apiservers)
|
||||||
* componentstatuses (aka 'cs')
|
* componentstatuses (aka 'cs')
|
||||||
* configmaps (aka 'cm')
|
* configmaps (aka 'cm')
|
||||||
|
@ -77,7 +77,10 @@ var (
|
|||||||
kubectl get rc,services
|
kubectl get rc,services
|
||||||
|
|
||||||
# List one or more resources by their type and names.
|
# List one or more resources by their type and names.
|
||||||
kubectl get rc/web service/frontend pods/web-pod-13je7`)
|
kubectl get rc/web service/frontend pods/web-pod-13je7
|
||||||
|
|
||||||
|
# List all resources with different types.
|
||||||
|
kubectl get all`)
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewCmdGet creates a command object for the generic "get" action, which
|
// NewCmdGet creates a command object for the generic "get" action, which
|
||||||
|
Loading…
Reference in New Issue
Block a user