1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-25 01:10:46 +00:00

Added kgpall alias

This commit is contained in:
Aleksandr Kozlov 2018-01-22 12:54:02 +03:00
parent c3b072eace
commit dd30cf104c

View file

@ -24,6 +24,7 @@ alias klp='k logs pods'
alias kep='k edit pods'
alias kdp='k describe pods'
alias kdelp='k delete pods'
alias kgpall='k get pods --all-namespaces -o wide'
# Service management.
alias kgs='k get svc'