Skip to content

Commit

Permalink
Generated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Oct 2, 2017
1 parent 85212ab commit ad05448
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.

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

4 changes: 4 additions & 0 deletions contrib/completions/bash/openshift
Original file line number Diff line number Diff line change
Expand Up @@ -32896,6 +32896,8 @@ _openshift_start_kubernetes_apiserver()
local_nonpersistent_flags+=("--proxy-client-key-file=")
flags+=("--repair-malformed-updates")
local_nonpersistent_flags+=("--repair-malformed-updates")
flags+=("--request-timeout=")
local_nonpersistent_flags+=("--request-timeout=")
flags+=("--requestheader-allowed-names=")
local_nonpersistent_flags+=("--requestheader-allowed-names=")
flags+=("--requestheader-client-ca-file=")
Expand Down Expand Up @@ -33178,6 +33180,8 @@ _openshift_start_kubernetes_kube-proxy()
local_nonpersistent_flags+=("--masquerade-all")
flags+=("--master=")
local_nonpersistent_flags+=("--master=")
flags+=("--metrics-bind-address=")
local_nonpersistent_flags+=("--metrics-bind-address=")
flags+=("--oom-score-adj=")
local_nonpersistent_flags+=("--oom-score-adj=")
flags+=("--profiling")
Expand Down
4 changes: 4 additions & 0 deletions contrib/completions/zsh/openshift
Original file line number Diff line number Diff line change
Expand Up @@ -33045,6 +33045,8 @@ _openshift_start_kubernetes_apiserver()
local_nonpersistent_flags+=("--proxy-client-key-file=")
flags+=("--repair-malformed-updates")
local_nonpersistent_flags+=("--repair-malformed-updates")
flags+=("--request-timeout=")
local_nonpersistent_flags+=("--request-timeout=")
flags+=("--requestheader-allowed-names=")
local_nonpersistent_flags+=("--requestheader-allowed-names=")
flags+=("--requestheader-client-ca-file=")
Expand Down Expand Up @@ -33327,6 +33329,8 @@ _openshift_start_kubernetes_kube-proxy()
local_nonpersistent_flags+=("--masquerade-all")
flags+=("--master=")
local_nonpersistent_flags+=("--master=")
flags+=("--metrics-bind-address=")
local_nonpersistent_flags+=("--metrics-bind-address=")
flags+=("--oom-score-adj=")
local_nonpersistent_flags+=("--oom-score-adj=")
flags+=("--profiling")
Expand Down

0 comments on commit ad05448

Please sign in to comment.