Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
313d3c3f
Commit
313d3c3f
authored
Oct 09, 2018
by
Kayla Altepeter
Committed by
Marc Cornellà
Oct 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kubectl: add README (#7258)
parent
3320658f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
90 additions
and
2 deletions
+90
-2
README.md
plugins/kubectl/README.md
+88
-0
kubectl.plugin.zsh
plugins/kubectl/kubectl.plugin.zsh
+2
-2
No files found.
plugins/kubectl/README.md
0 → 100644
View file @
313d3c3f
This diff is collapsed.
Click to expand it.
plugins/kubectl/kubectl.plugin.zsh
View file @
313d3c3f
...
...
@@ -38,7 +38,7 @@ alias kdp='kubectl describe pods'
alias
kdelp
=
'kubectl delete pods'
# get pod by label: kgpl "app=myapp" -n myns
alias
kgpl
=
'
function _kgpl(){ label=$1; shift; kgp -l $label $*; };_kgp
l'
alias
kgpl
=
'
kgp -
l'
# Service management.
alias
kgs
=
'kubectl get svc'
...
...
@@ -104,4 +104,4 @@ alias kcp='kubectl cp'
alias
kgno
=
'kubectl get nodes'
alias
keno
=
'kubectl edit node'
alias
kdno
=
'kubectl describe node'
alias
kdelno
=
'kubectl delete node'
\ No newline at end of file
alias
kdelno
=
'kubectl delete node'
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