Better help message for get and describe

Add tips for shortcut ns and ep.
This commit is contained in:
hurf
2015-07-30 16:43:42 +08:00
parent 41de62b465
commit 029ed15be5
7 changed files with 23 additions and 20 deletions

View File

@@ -95,13 +95,14 @@ __custom_func() {
* pods (aka 'po')
* replicationcontrollers (aka 'rc')
* services (aka 'svc')
* nodes (aka 'no')
* events (aka 'ev')
* nodes (aka 'no')
* namespaces (aka 'ns')
* secrets
* limits
* persistentVolumes (aka 'pv')
* persistentVolumeClaims (aka 'pvc')
* quota
* persistentvolumes (aka 'pv')
* persistentvolumeclaims (aka 'pvc')
* limitranges (aka 'limits')
* resourcequotas (aka 'quota')
`
)