]> git.eshelyaron.com Git - emacs.git/commit
Add tramp-kubernetes integration
authorFilipp Gunbin <fgunbin@fastmail.fm>
Tue, 4 Oct 2022 23:46:40 +0000 (02:46 +0300)
committerFilipp Gunbin <fgunbin@fastmail.fm>
Wed, 5 Oct 2022 00:10:06 +0000 (03:10 +0300)
commita259d0dda3878a64373b808627c4b4cab3971194
tree60f2200a10fca373ce6ae927e1c68da32a2bd2b5
parente4e9cb265c61850b70f3bec595a179663b2a5837
Add tramp-kubernetes integration

* doc/misc/tramp.texi (Inline methods): Add kubernetes.
(Customizing Methods): Remove kubernetes-tramp.
* etc/NEWS: Mention new Tramp method "kubernetes".
* lisp/net/tramp-compat.el (kubernetes-tramp): Warn if that package is
used.
* lisp/net/tramp-container.el (tramp-kubernetes-program): New
defcustom.
(tramp-kubernetes-method): New defconst.
(tramp-kubernetes--completion-function): New function.
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp-compat.el
lisp/net/tramp-container.el