]> git.eshelyaron.com Git - emacs.git/commitdiff
kubed.el: Add some commentary
authorEshel Yaron <me@eshelyaron.com>
Wed, 24 Jul 2024 17:47:33 +0000 (19:47 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Jul 2024 18:20:31 +0000 (20:20 +0200)
lisp/net/kubed.el

index 280979b6f424c417c642b2bf055e9289ca82f73a..e54f54d8fee71dc402bcbaf6a3a114e6b7e37d62 100644 (file)
 ;; `kubed-set-namespace'; all resource lists are updated automatically
 ;; after you do so.  In addition, you can use the minor mode
 ;; `kubed-all-namespaces-mode' to see resources from all namespaces.
+;; The prefix keymap `kubed-prefix-map' gives you quick access to these
+;; and other useful commands.  You may want to bind it to a convenient
+;; key in your global keymap with `keymap-global-set':
+;;
+;;   (keymap-global-set "C-c k" 'kubed-prefix-map)
 ;;
 ;; If you want to work with more or different types of Kubernetes
 ;; resources, use the macro `kubed-define-resource'.  This macro defines
@@ -831,6 +836,7 @@ Optional argument DEFAULT is the minibuffer default argument." resource)
          ;; all subsequent operations in that buffer are outside the
          ;; scope of the let-binding and thus use the wrong namespace.
          ;; Ideally, we'd like to hardcode the namespace into filename.
+         ;; There's work in progress towards enabling that in bug#59797.
          (let ((tramp-kubernetes-namespace k8sns))
            (dired (concat "/kubernetes:" pod ":"))))
   (shell "s" "Start shell in home directory of first container of"