From 09d86b5fdb28765cb863192c6ee819828b8b07fc Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Tue, 21 Apr 2015 17:26:29 -0400 Subject: [PATCH] Add completions --- contrib/completions/bash/kubectl | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completions/bash/kubectl b/contrib/completions/bash/kubectl index 5bf6c2c46e6..cc061afcd4a 100644 --- a/contrib/completions/bash/kubectl +++ b/contrib/completions/bash/kubectl @@ -251,6 +251,7 @@ _kubectl_get() must_have_one_noun+=("persistentvolume") must_have_one_noun+=("persistentvolumeclaim") must_have_one_noun+=("pod") + must_have_one_noun+=("podtemplate") must_have_one_noun+=("replicationcontroller") must_have_one_noun+=("resourcequota") must_have_one_noun+=("secret")