Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
32952ec7
Commit
32952ec7
authored
Apr 28, 2018
by
Ady Romantika
Committed by
Robby Russell
Apr 28, 2018
Browse files
Add aliases for kubectl ingress (#6762)
parent
8eba1920
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/kubectl/kubectl.plugin.zsh
View file @
32952ec7
...
...
@@ -33,6 +33,12 @@ alias kes='k edit svc'
alias
kds
=
'k describe svc'
alias
kdels
=
'k delete svc'
# Ingress management
alias
kgi
=
'k get ingress'
alias
kei
=
'k edit ingress'
alias
kdi
=
'k describe ingress'
alias
kdeli
=
'k delete ingress'
# Secret management
alias
kgsec
=
'k get secret'
alias
kdsec
=
'k describe secret'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment