- Notifications
You must be signed in to change notification settings - Fork42
kubectl completions for fish shell
License
NotificationsYou must be signed in to change notification settings
evanlucas/fish-kubectl-completions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
$mkdir-p ~/.config/fish/completions$cd ~/.config/fish$ git clone https://github.com/evanlucas/fish-kubectl-completions$ln-s ../fish-kubectl-completions/completions/kubectl.fish completions/
Install usingFisher
fisher install evanlucas/fish-kubectl-completions
This was tested using go 1.15.7 on macOS 11.1 "Big Sur".
$make build
This is used to pass the--request-timeout
flag to thekubectl
command.It defaults to5s
.
Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h).A value of zero means don't timeout requests.
This can be used to prevent completing CRDs. Some users may have limited accessto resources.It defaults to1
. To disable, set to anything other than1
.
Evan Lucas
MIT
About
kubectl completions for fish shell
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.