Commit a9ed995a authored by Mark Janssen's avatar Mark Janssen

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`.
parent 6e2249b7
...@@ -242,8 +242,8 @@ __custom_func() { ...@@ -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')
` `
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment