mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-23 19:08:44 +00:00
'svc' is a much clearer shorthand for "Service" than "se"
This commit is contained in:
@@ -87,7 +87,9 @@ func expandResourceShortcut(resource string) string {
|
||||
shortForms := map[string]string{
|
||||
"po": "pods",
|
||||
"rc": "replicationcontrollers",
|
||||
// DEPRECATED: will be removed before 1.0
|
||||
"se": "services",
|
||||
"svc": "services",
|
||||
"mi": "minions",
|
||||
"ev": "events",
|
||||
"limits": "limitRanges",
|
||||
|
Reference in New Issue
Block a user