From 6a835c5a2391ed424fdd63486772efb431dcc833 Mon Sep 17 00:00:00 2001 From: Paul Weil Date: Thu, 18 Feb 2016 19:25:06 -0500 Subject: [PATCH] update completions --- contrib/completions/bash/oc | 1 + contrib/completions/bash/openshift | 2 ++ 2 files changed, 3 insertions(+) diff --git a/contrib/completions/bash/oc b/contrib/completions/bash/oc index f683259f9e0e..f9fcc1ef124a 100644 --- a/contrib/completions/bash/oc +++ b/contrib/completions/bash/oc @@ -1764,6 +1764,7 @@ _oc_describe() must_have_one_noun+=("rolebinding") must_have_one_noun+=("route") must_have_one_noun+=("secret") + must_have_one_noun+=("securitycontextconstraints") must_have_one_noun+=("service") must_have_one_noun+=("serviceaccount") must_have_one_noun+=("template") diff --git a/contrib/completions/bash/openshift b/contrib/completions/bash/openshift index 11bfa5b92fe3..64ebc9a36da7 100644 --- a/contrib/completions/bash/openshift +++ b/contrib/completions/bash/openshift @@ -7622,6 +7622,7 @@ _openshift_cli_describe() must_have_one_noun+=("rolebinding") must_have_one_noun+=("route") must_have_one_noun+=("secret") + must_have_one_noun+=("securitycontextconstraints") must_have_one_noun+=("service") must_have_one_noun+=("serviceaccount") must_have_one_noun+=("template") @@ -18636,6 +18637,7 @@ _openshift_kube_describe() must_have_one_noun+=("replicationcontroller") must_have_one_noun+=("resourcequota") must_have_one_noun+=("secret") + must_have_one_noun+=("securitycontextconstraints") must_have_one_noun+=("service") must_have_one_noun+=("serviceaccount") }