Merge pull request #12332 from hurf/nits
Synchronize help message between describe and get
This commit is contained in:
commit
b2c0a55679
@ -27,7 +27,7 @@ will first check for an exact match on TYPE and NAME\_PREFIX. If no such resourc
|
|||||||
exists, it will output details for every resource that has a name prefixed with NAME\_PREFIX
|
exists, it will output details for every resource that has a name prefixed with NAME\_PREFIX
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Possible resources include (case insensitive): pods (po), services (svc),
|
Possible resource types include (case insensitive): pods (po), services (svc),
|
||||||
replicationcontrollers (rc), nodes (no), events (ev), limitranges (limits),
|
replicationcontrollers (rc), nodes (no), events (ev), limitranges (limits),
|
||||||
persistentvolumes (pv), persistentvolumeclaims (pvc), resourcequotas (quota),
|
persistentvolumes (pv), persistentvolumeclaims (pvc), resourcequotas (quota),
|
||||||
namespaces (ns) or secrets.
|
namespaces (ns) or secrets.
|
||||||
|
@ -48,7 +48,7 @@ $ kubectl describe TYPE NAME_PREFIX
|
|||||||
will first check for an exact match on TYPE and NAME_PREFIX. If no such resource
|
will first check for an exact match on TYPE and NAME_PREFIX. If no such resource
|
||||||
exists, it will output details for every resource that has a name prefixed with NAME_PREFIX
|
exists, it will output details for every resource that has a name prefixed with NAME_PREFIX
|
||||||
|
|
||||||
Possible resources include (case insensitive): pods (po), services (svc),
|
Possible resource types include (case insensitive): pods (po), services (svc),
|
||||||
replicationcontrollers (rc), nodes (no), events (ev), limitranges (limits),
|
replicationcontrollers (rc), nodes (no), events (ev), limitranges (limits),
|
||||||
persistentvolumes (pv), persistentvolumeclaims (pvc), resourcequotas (quota),
|
persistentvolumes (pv), persistentvolumeclaims (pvc), resourcequotas (quota),
|
||||||
namespaces (ns) or secrets.
|
namespaces (ns) or secrets.
|
||||||
@ -121,7 +121,7 @@ $ kubectl describe pods frontend
|
|||||||
|
|
||||||
* [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-08-10 06:08:06.262721462 +0000 UTC
|
###### Auto generated by spf13/cobra at 2015-08-12 07:26:58.783477397 +0000 UTC
|
||||||
|
|
||||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||||
[]()
|
[]()
|
||||||
|
@ -43,7 +43,7 @@ $ kubectl describe TYPE NAME_PREFIX
|
|||||||
will first check for an exact match on TYPE and NAME_PREFIX. If no such resource
|
will first check for an exact match on TYPE and NAME_PREFIX. If no such resource
|
||||||
exists, it will output details for every resource that has a name prefixed with NAME_PREFIX
|
exists, it will output details for every resource that has a name prefixed with NAME_PREFIX
|
||||||
|
|
||||||
Possible resources include (case insensitive): pods (po), services (svc),
|
Possible resource types include (case insensitive): pods (po), services (svc),
|
||||||
replicationcontrollers (rc), nodes (no), events (ev), limitranges (limits),
|
replicationcontrollers (rc), nodes (no), events (ev), limitranges (limits),
|
||||||
persistentvolumes (pv), persistentvolumeclaims (pvc), resourcequotas (quota),
|
persistentvolumes (pv), persistentvolumeclaims (pvc), resourcequotas (quota),
|
||||||
namespaces (ns) or secrets.`
|
namespaces (ns) or secrets.`
|
||||||
|
Loading…
Reference in New Issue
Block a user