Add missing short names to kubectl help text

Add two resource type short names that are available but not included in
the resource types help text that appears when running `kubectl get`.
This commit is contained in:
Mark Janssen 2017-07-09 00:31:11 +02:00
parent 6e2249b784
commit a9ed995a81

View File

@ -242,8 +242,8 @@ __custom_func() {
* secrets
* serviceaccounts (aka 'sa')
* services (aka 'svc')
* statefulsets
* storageclasses
* statefulsets (aka 'sts')
* storageclasses (aka 'sc')
`
)