Skip to content

Commit

Permalink
update kubectl completion, add linkerd completion
Browse files Browse the repository at this point in the history
  • Loading branch information
elementalvoid committed Aug 19, 2020
1 parent ecc1db3 commit 76fc483
Show file tree
Hide file tree
Showing 2 changed files with 1,011 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zsh-completions/_kubectl
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,9 @@ _kubectl_api-resources()
two_word_flags+=("--output")
two_word_flags+=("-o")
local_nonpersistent_flags+=("--output=")
flags+=("--sort-by=")
two_word_flags+=("--sort-by")
local_nonpersistent_flags+=("--sort-by=")
flags+=("--verbs=")
two_word_flags+=("--verbs")
local_nonpersistent_flags+=("--verbs=")
Expand Down Expand Up @@ -8531,6 +8534,8 @@ _kubectl_logs()
local_nonpersistent_flags+=("--follow")
flags+=("--ignore-errors")
local_nonpersistent_flags+=("--ignore-errors")
flags+=("--insecure-skip-tls-verify-backend")
local_nonpersistent_flags+=("--insecure-skip-tls-verify-backend")
flags+=("--limit-bytes=")
two_word_flags+=("--limit-bytes")
local_nonpersistent_flags+=("--limit-bytes=")
Expand All @@ -8540,6 +8545,8 @@ _kubectl_logs()
flags+=("--pod-running-timeout=")
two_word_flags+=("--pod-running-timeout")
local_nonpersistent_flags+=("--pod-running-timeout=")
flags+=("--prefix")
local_nonpersistent_flags+=("--prefix")
flags+=("--previous")
flags+=("-p")
local_nonpersistent_flags+=("--previous")
Expand Down
Loading

0 comments on commit 76fc483

Please sign in to comment.