From 3c2359384c4ddbf6b186245d832bcd034c4c945f Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 1 Jul 2015 23:02:46 -0700 Subject: [PATCH] Add 'ep' as a shortcut for 'endpoints' --- pkg/kubectl/kubectl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/kubectl/kubectl.go b/pkg/kubectl/kubectl.go index e6d8b600cac..13a1b3586f6 100644 --- a/pkg/kubectl/kubectl.go +++ b/pkg/kubectl/kubectl.go @@ -105,6 +105,7 @@ func expandResourceShortcut(resource string) string { // Please keep this alphabetized "cs": "componentstatuses", "ev": "events", + "ep": "endpoints", "limits": "limitRanges", "no": "nodes", "po": "pods",