]> git.eshelyaron.com Git - kubed.git/commitdiff
; * kubed.el: Update Commentary.
authorEshel Yaron <me@eshelyaron.com>
Wed, 7 Aug 2024 09:38:11 +0000 (11:38 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Aug 2024 09:38:11 +0000 (11:38 +0200)
kubed.el

index a9af13a2bfaf4e67fd5342d7dfb97672f4d85e77..073e6d8209dc65f78b5201c5e94eaeaaadb4e67c 100644 (file)
--- a/kubed.el
+++ b/kubed.el
 ;; Similar commands are defined for other types of resources as well.
 ;;
 ;; This library interacts with Kuberenetes via `kubectl', and uses the
-;; current `kubectl' context and namespace.  To change your current
-;; Kuberenetes context or namespace, use `kubed-use-context' and
-;; `kubed-set-namespace'; all resource lists are updated automatically
-;; after you do so.  The prefix keymap `kubed-prefix-map' gives you
-;; quick access to these and other useful commands, you may want to bind
-;; it globally to a convenient key with `keymap-global-set':
+;; current `kubectl' context and namespace by default.  To change your
+;; current context or namespace, use commands `kubed-use-context' and
+;; `kubed-set-namespace' respectively; you can also interact with
+;; resources in other namespaces without changing your default
+;; namespace, for example you can call `kubed-list-pods' with a prefix
+;; argument to choose another namespace for listing pods.  The prefix
+;; keymap `kubed-prefix-map' gives you quick access to these and other
+;; useful commands, you may want to bind it globally to a convenient key
+;; with `keymap-global-set':
 ;;
 ;;   (keymap-global-set "C-c k" 'kubed-prefix-map)
 ;;
+;; In addition, the command `kubed-transient' lets you explore various
+;; Kubernetes operations with a transient menu interface.  You may also
+;; want to enable `kubed-menu-bar-mode', which add a "Kubernetes" menu
+;; to your menu-bar with many useful entries.
+;;
 ;; If you want to work with more or different types of Kubernetes
 ;; resources, use the macro `kubed-define-resource'.  This macro defines
 ;; some common functions and commands that'll get you started with ease.
 ;;
-;; You may also want to try out the companion library `kubed-transient',
-;; which provides transient menus for some of the commands defined here.
+;; For more information, see the Kubed manual at (info "(kubed)Top"), or
+;; online at https://eshelyaron.com/kubed.html
 
 ;;; Code: