Skip to content

Commit

Permalink
update completions
Browse files Browse the repository at this point in the history
  • Loading branch information
juanvallejo committed Dec 15, 2017
1 parent d3570ee commit 6e96d68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/completions/bash/oc
Original file line number Diff line number Diff line change
Expand Up @@ -2454,6 +2454,8 @@ _oc_adm_drain()
local_nonpersistent_flags+=("--grace-period=")
flags+=("--ignore-daemonsets")
local_nonpersistent_flags+=("--ignore-daemonsets")
flags+=("--pod-selector=")
local_nonpersistent_flags+=("--pod-selector=")
flags+=("--selector=")
two_word_flags+=("-l")
local_nonpersistent_flags+=("--selector=")
Expand Down
2 changes: 2 additions & 0 deletions contrib/completions/zsh/oc
Original file line number Diff line number Diff line change
Expand Up @@ -2596,6 +2596,8 @@ _oc_adm_drain()
local_nonpersistent_flags+=("--grace-period=")
flags+=("--ignore-daemonsets")
local_nonpersistent_flags+=("--ignore-daemonsets")
flags+=("--pod-selector=")
local_nonpersistent_flags+=("--pod-selector=")
flags+=("--selector=")
two_word_flags+=("-l")
local_nonpersistent_flags+=("--selector=")
Expand Down
1 change: 1 addition & 0 deletions vendor/k8s.io/kubernetes/pkg/kubectl/cmd/drain.go

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

0 comments on commit 6e96d68

Please sign in to comment.