From 7bf16bfd325f2dd9102b7494348d0e2e8095c22e Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 25 Jul 2024 10:38:39 +0200 Subject: [PATCH] kubed.el: Mention 'kubed-transient' --- lisp/net/kubed.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/net/kubed.el b/lisp/net/kubed.el index ffb5296e9e8..2eae4de23fd 100644 --- a/lisp/net/kubed.el +++ b/lisp/net/kubed.el @@ -46,6 +46,9 @@ ;; 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. ;;; Code: -- 2.39.2