summaryrefslogtreecommitdiff
path: root/plugins/kubectl
AgeCommit message (Collapse)Author
2019-06-15kubectl: add statefulset aliases (#7826)Jason Schwerberg
2019-06-15Add PersistentVolumeClaim support to kubectl plugin (#7827)Robby Russell
Just add aliases for PVC actions.
2019-05-21Add new kubectl alias to list all contexts (#7823)Miral
* Add alias to list all contexts * Update readme to include new alias
2019-05-03Add PersistentVolumeClaim support to kubectl pluginj-griffith
Just add aliases for PVC actions.
2019-04-29Revert "kubectl: rename k alias" (#7817)Marc Cornellà
This reverts commit 978b724c4aeef4113773e27e60fd20af12ca57b8 (#7749) See https://github.com/robbyrussell/oh-my-zsh/issues/6408#issuecomment-485718042 and later comments.
2019-04-17kubectl: rename k alias (#7749)Marc Cornellà
This uses `ku` instead of `k` as an alias for kubectl. Fixes #6408
2019-03-10allow kubectl commands against all namespaces (#7637)Ulrich Schreiner
* allow kubectl commands against all namespaces * enhance the readme too
2019-01-07added details about kcn and kresYusuf Kocaman
2019-01-07added change namespace and rolling restart functions for kubectlYusuf Kocaman
2018-10-09kubectl: add README (#7258)Kayla Altepeter
2018-10-02kubectl: add aliases for delete and watch/wide options (#6790)Serdar Dalgıç
2018-10-02kubectl: add aliases for namespaces and configmaps (#7102)Benjamin Krein
2018-10-02kubectl: add kga and kgaa aliases (#6744)Patrick Stegmann
2018-08-29Update kubectl.plugin.zsh (#6636)Serhii Kuts
2018-08-29kubectl: add alias for `kubectl cp` (#7068)Vinod Damle
2018-08-29Add aliases for kubectl nodes (#7093)Dan O'Brien
* Add aliases for kubectl nodes * change to have 'o' at the end. My teammate noticed there's no namespacing shortcuts either and will be doing a PR on them with kgna.
2018-08-13kubectl: use kubectl to define aliasesMarc Cornellà
This prevents conflicts with other utilities named k (see #6408).
2018-07-03Spelling fix (#6963)Shawn Milochik
2018-05-26Update logic to follow npm plugin conventionMarc Cornellà
2018-05-20Fix 6843 Cache kubectl completion script to file to speed up sourcingLorenzo Bolla
2018-04-28Add aliases for kubectl ingress (#6762)Ady Romantika
2018-03-09Add kubectl alias for apply (#6662)Andrea Giardini
2018-03-09Update/add kubectl logging commands (#6639)Luke
2018-03-09fix "kubectl logs" (#6667)vadimkim
logs doesn't have "pods" parameter
2017-11-07Add aliases for kubectl to speed up repetitive commands. (#5856)Michael Favia
2016-08-14add kubectl plugin (#5298)Patrick Stadler