Skip to content

Commit

Permalink
update completions
Browse files Browse the repository at this point in the history
  • Loading branch information
pweil- committed Feb 19, 2016
1 parent 236a1a4 commit 6a835c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completions/bash/oc
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 2 additions & 0 deletions contrib/completions/bash/openshift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")
}
Expand Down

0 comments on commit 6a835c5

Please sign in to comment.