summaryrefslogtreecommitdiff
path: root/plugins/kubectl/kubectl.plugin.zsh
AgeCommit message (Expand)Author
2023-10-18feat(kubectl): add `kgdsa` alias (#11863)Jérémy
2022-12-07fix(kubectl): redirect stderr in completion generationCarlo Sala
2022-12-07refactor(kubectl): standarize completion generationCarlo Sala
2022-03-28chore: removing old completion code (#10616)Carlo Sala
2022-03-07feat(kubectl): add aliases for replicasets (#10100)Eric Semeniuc
2022-03-07feat(kubectl): add aliases for job management (#9992)Vitul Rana
2022-02-24fix(kubectl): support completion for snap installs (#10727)Carlo Sala
2022-02-09fix(kubectl): fix arguments in `keti` alias to allow completion (#10669)Michael Favia
2022-01-17fix(kubectl): source completion instead of autoloading itMarc Cornellà
2022-01-05refactor(kubectl): optimize completion generationMarc Cornellà
2021-06-13style(kubectl): Being more explicit alias to the main CLI tool instead of to ...Robby Russell
2021-06-13Merge branch 'master' of git://github.com/kozl/oh-my-zsh into kozl-masterRobby Russell
2021-06-11fix(kubectl): remove duplicated alias for kubectl plugin `kgsa` (#9927)Wenli Wan
2021-04-25fix(kubectl): use `--current` flag in `kcn` alias (#7605)Eric Rodrigues Pires
2020-10-21kubectl: add aliases for serviceaccount, daemonsets and cronjob (#9344)Wenli Wan
2020-10-17kubectl: check for empty cache completion fileMarc Cornellà
2020-10-16kubectl: verify kubectl is installed before running compdef (#9346)IsThisTheMatrix
2020-10-08kubectl: add wrappers for colorized output in JSON and YAML (#9316)Raphaël Pinson
2020-07-14kubectl: add alias to list pods by namespace (#8604)Joaquín Moreira
2020-02-13kubectl: avoid conflict with existing f aliases in kca alias (#8625)Marco Seguri
2019-12-28Add kubectl all-namespaces aliases for k8s objects (#8434)Alaa Qutaish
2019-12-28Add kubectl log since aliases (#8448)Alaa Qutaish
2019-06-15kubectl: add statefulset aliases (#7826)Jason Schwerberg
2019-06-15Add PersistentVolumeClaim support to kubectl plugin (#7827)Robby Russell
2019-05-21Add new kubectl alias to list all contexts (#7823)Miral
2019-05-03Add PersistentVolumeClaim support to kubectl pluginj-griffith
2019-04-29Revert "kubectl: rename k alias" (#7817)Marc Cornellà
2019-04-17kubectl: rename k alias (#7749)Marc Cornellà
2019-03-10allow kubectl commands against all namespaces (#7637)Ulrich Schreiner
2019-01-07added details about kcn and kresYusuf Kocaman
2019-01-07added change namespace and rolling restart functions for kubectlYusuf Kocaman
2018-11-16Merge branch 'master' into masterKozlov Alexander
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
2018-08-13kubectl: use kubectl to define aliasesMarc Cornellà
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
2018-01-22Added kgpall aliasAleksandr Kozlov
2017-11-07Add aliases for kubectl to speed up repetitive commands. (#5856)Michael Favia
2016-08-14add kubectl plugin (#5298)Patrick Stadler