Skip to content

Commit

Permalink
Merge pull request #7251 from smarterclayton/cleanup_plugins
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 6a03620 + 241d02b commit dd651fa
Show file tree
Hide file tree
Showing 31 changed files with 452 additions and 262 deletions.
2 changes: 2 additions & 0 deletions contrib/completions/bash/oadm
Original file line number Diff line number Diff line change
Expand Up @@ -2296,6 +2296,7 @@ _oadm_router()
flags+=("--output-version=")
flags+=("--ports=")
flags+=("--replicas=")
flags+=("--secrets-as-env")
flags+=("--selector=")
flags+=("--service-account=")
flags+=("--show-all")
Expand All @@ -2305,6 +2306,7 @@ _oadm_router()
flags+=("--stats-password=")
flags+=("--stats-port=")
flags+=("--stats-user=")
flags+=("--subdomain=")
flags+=("--template=")
two_word_flags+=("-t")
flags+=("--type=")
Expand Down
2 changes: 2 additions & 0 deletions contrib/completions/bash/oc
Original file line number Diff line number Diff line change
Expand Up @@ -5359,6 +5359,7 @@ _oc_adm_router()
flags+=("--output-version=")
flags+=("--ports=")
flags+=("--replicas=")
flags+=("--secrets-as-env")
flags+=("--selector=")
flags+=("--service-account=")
flags+=("--show-all")
Expand All @@ -5368,6 +5369,7 @@ _oc_adm_router()
flags+=("--stats-password=")
flags+=("--stats-port=")
flags+=("--stats-user=")
flags+=("--subdomain=")
flags+=("--template=")
two_word_flags+=("-t")
flags+=("--type=")
Expand Down
5 changes: 5 additions & 0 deletions contrib/completions/bash/openshift
Original file line number Diff line number Diff line change
Expand Up @@ -3006,6 +3006,7 @@ _openshift_admin_router()
flags+=("--output-version=")
flags+=("--ports=")
flags+=("--replicas=")
flags+=("--secrets-as-env")
flags+=("--selector=")
flags+=("--service-account=")
flags+=("--show-all")
Expand All @@ -3015,6 +3016,7 @@ _openshift_admin_router()
flags+=("--stats-password=")
flags+=("--stats-port=")
flags+=("--stats-user=")
flags+=("--subdomain=")
flags+=("--template=")
two_word_flags+=("-t")
flags+=("--type=")
Expand Down Expand Up @@ -11217,6 +11219,7 @@ _openshift_cli_adm_router()
flags+=("--output-version=")
flags+=("--ports=")
flags+=("--replicas=")
flags+=("--secrets-as-env")
flags+=("--selector=")
flags+=("--service-account=")
flags+=("--show-all")
Expand All @@ -11226,6 +11229,7 @@ _openshift_cli_adm_router()
flags+=("--stats-password=")
flags+=("--stats-port=")
flags+=("--stats-user=")
flags+=("--subdomain=")
flags+=("--template=")
two_word_flags+=("-t")
flags+=("--type=")
Expand Down Expand Up @@ -23730,6 +23734,7 @@ _openshift_infra_router()
flags_completion+=("_filedir")
flags+=("--context=")
flags+=("--default-certificate=")
flags+=("--default-certificate-path=")
flags+=("--fields=")
flags+=("--hostname-template=")
flags+=("--include-udp-endpoints")
Expand Down
Loading

0 comments on commit dd651fa

Please sign in to comment.