Synchronize help message between describe and get

small nits, change 'resources' to 'resource types'
This commit is contained in:
hurf
2015-08-06 15:30:20 +08:00
parent 22b8197a4a
commit 1d1f1fd97c
3 changed files with 4 additions and 4 deletions

View File

@@ -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
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),
persistentvolumes (pv), persistentvolumeclaims (pvc), resourcequotas (quota),
namespaces (ns) or secrets.`