Skip to content

Commit

Permalink
update generated completions
Browse files Browse the repository at this point in the history
  • Loading branch information
juanvallejo committed Sep 13, 2017
1 parent 6a418b0 commit 677abe6
Show file tree
Hide file tree
Showing 6 changed files with 868 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/completions/bash/oadm
Original file line number Diff line number Diff line change
Expand Up @@ -1539,6 +1539,8 @@ _oadm_cordon()
flags_with_completion=()
flags_completion=()

flags+=("--dry-run")
local_nonpersistent_flags+=("--dry-run")
flags+=("--as=")
flags+=("--as-group=")
flags+=("--certificate-authority=")
Expand Down Expand Up @@ -2126,6 +2128,8 @@ _oadm_drain()

flags+=("--delete-local-data")
local_nonpersistent_flags+=("--delete-local-data")
flags+=("--dry-run")
local_nonpersistent_flags+=("--dry-run")
flags+=("--force")
local_nonpersistent_flags+=("--force")
flags+=("--grace-period=")
Expand Down Expand Up @@ -5202,6 +5206,8 @@ _oadm_uncordon()
flags_with_completion=()
flags_completion=()

flags+=("--dry-run")
local_nonpersistent_flags+=("--dry-run")
flags+=("--as=")
flags+=("--as-group=")
flags+=("--certificate-authority=")
Expand Down
Loading

0 comments on commit 677abe6

Please sign in to comment.