Skip to content

Commit

Permalink
main,completions: bump to k8s 1.18.3 and improve speed of completions
Browse files Browse the repository at this point in the history
Previously, we were calling "kubectl get <resource> -o name" and it ended up
being about 5 times slower than
"kubectl get <resource> --no-headers | awk '{print $1}'".
  • Loading branch information
evanlucas committed May 22, 2020
1 parent 09c1e7e commit 7bea3e1
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 136 deletions.

0 comments on commit 7bea3e1

Please sign in to comment.