Skip to content

Commit d24d368

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#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 ```
2 parents 03cb11f + a9ed995 commit d24d368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/kubectl/cmd/cmd.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ __custom_func() {
242242
* secrets
243243
* serviceaccounts (aka 'sa')
244244
* services (aka 'svc')
245-
* statefulsets
246-
* storageclasses
245+
* statefulsets (aka 'sts')
246+
* storageclasses (aka 'sc')
247247
248248
`
249249
)

0 commit comments

Comments
 (0)