Variable: tramp-kubernetes-namespace
tramp-kubernetes-namespace is a customizable variable defined in
tramp-container.el.gz.
Value
nil
Documentation
Namespace of Kubernetes.
If it is nil, the current namespace will be used. An explicit NAMESPACE in the remote file name host part will override it.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-container.el.gz
(defcustom tramp-kubernetes-namespace nil
"Namespace of Kubernetes.
If it is nil, the current namespace will be used. An explicit NAMESPACE
in the remote file name host part will override it."
:group 'tramp
:version "31.1"
:type '(choice (const :tag "Use default" nil)
(string))
:link '(info-link :tag "Tramp manual" "(tramp) Kubernetes setup"))