mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Merge ede3619cd0 into f1934d2c76
This commit is contained in:
commit
39132d210d
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@ alias kdelf='kubectl delete -f'
|
|||
alias kge='kubectl get events --sort-by=".lastTimestamp"'
|
||||
alias kgew='kubectl get events --sort-by=".lastTimestamp" --watch'
|
||||
|
||||
# Dry runs
|
||||
alias kdr='kubectl --dry-run=client'
|
||||
alias kdrs='kubectl --dry-run=server'
|
||||
|
||||
# Pod management.
|
||||
alias kgp='kubectl get pods'
|
||||
alias kgpl='kgp -l'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue