mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
3 Commits
b5a43dd915
...
2718892d76
Author | SHA1 | Date |
---|---|---|
|
2718892d76 | |
|
4963f830cd | |
|
6f65f6807e |
|
@ -82,6 +82,7 @@ alias kdelcm='kubectl delete configmap'
|
|||
|
||||
# Secret management
|
||||
alias kgsec='kubectl get secret'
|
||||
alias kesec='kubectl edit secret'
|
||||
alias kgseca='kubectl get secret --all-namespaces'
|
||||
alias kdsec='kubectl describe secret'
|
||||
alias kdelsec='kubectl delete secret'
|
||||
|
|
Loading…
Reference in New Issue