Skip to content

Commit

Permalink
Merge pull request #7127 from pweil-/scc-describer
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Feb 19, 2016
2 parents c040447 + 6a835c5 commit c2fff08
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 0 deletions.
114 changes: 114 additions & 0 deletions Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubectl/describe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -7624,6 +7624,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 @@ -18640,6 +18641,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 c2fff08

Please sign in to comment.