Merge pull request #12016 from hurf/shortcut

Better help message for get and describe
This commit is contained in:
Mike Danese
2015-07-31 13:53:02 -07:00
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')
`
)