mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-06 21:07:49 +08:00
Update kubectl.plugin.zsh
This commit is contained in:
parent
5d29ae5d25
commit
b8a4ceb3f0
@ -39,6 +39,7 @@ alias kcgc='kubectl config get-contexts'
|
|||||||
# General aliases
|
# General aliases
|
||||||
alias kdel='kubectl delete'
|
alias kdel='kubectl delete'
|
||||||
alias kdelf='kubectl delete -f'
|
alias kdelf='kubectl delete -f'
|
||||||
|
alias kdelk='kubectl delete -k'
|
||||||
|
|
||||||
# Pod management.
|
# Pod management.
|
||||||
alias kgp='kubectl get pods'
|
alias kgp='kubectl get pods'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user