Merge pull request #48665 from praseodym/add-short-names-help-text

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add missing short names to kubectl help text

**What this PR does / why we need it**:
This PR adds two short names that exist but are not listed in the help text that `kubectl get` produces.

**Special notes for your reviewer**:
🍰 

**Release note**:
```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-10-16 17:45:26 -07:00 committed by GitHub
commit d24d368845

View File

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