Variable: tramp-completion-multi-hop-methods
tramp-completion-multi-hop-methods is a customizable variable defined
in tramp.el.gz.
Value
("kubernetes" "podman" "docker")
Documentation
Methods for which to provide completions over multi-hop connections.
This variable was added, or its default value changed, in Emacs 30.1.
Probably introduced at or before Emacs version 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;;;###tramp-autoload
(defcustom tramp-completion-multi-hop-methods nil
"Methods for which to provide completions over multi-hop connections."
:version "30.1"
:type '(repeat (string :tag "Method name")))