From a9ed995a81bcd3470e3577347a0178453ac5b733 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Sun, 9 Jul 2017 00:31:11 +0200 Subject: [PATCH] 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`. --- pkg/kubectl/cmd/cmd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/kubectl/cmd/cmd.go b/pkg/kubectl/cmd/cmd.go index 8e0a65456a3..8287b198068 100644 --- a/pkg/kubectl/cmd/cmd.go +++ b/pkg/kubectl/cmd/cmd.go @@ -242,8 +242,8 @@ __custom_func() { * secrets * serviceaccounts (aka 'sa') * services (aka 'svc') - * statefulsets - * storageclasses + * statefulsets (aka 'sts') + * storageclasses (aka 'sc') ` )