mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Add ConfigMap Management
This commit is contained in:
parent
6c1dab2320
commit
16756e99f7
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@ alias kgsec='k get secret'
|
|||
alias kdsec='k describe secret'
|
||||
alias kdelsec='k delete secret'
|
||||
|
||||
# ConfigMap management
|
||||
alias kgc='k get configmap'
|
||||
alias kec='k edit configmap'
|
||||
alias kdc='k describe configmap'
|
||||
alias kdelc='k delete configmap'
|
||||
|
||||
# Deployment management.
|
||||
alias kgd='k get deployment'
|
||||
alias ked='k edit deployment'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue