Skip to content

Commit

Permalink
remove unused help-buffer function
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jun 2, 2024
1 parent cc52aff commit 294a75a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -1945,18 +1945,6 @@ The `scope' is the current context name."
(interactive)
(transient-setup 'kele-proxy nil nil :scope (kele-current-context-name)))

;; TODO: Show:
;; - Active proxy servers
(defun kele--help-echo ()
"Return text to display for help echo."
(let* ((ns (kele-current-namespace))
(msgs (list (format "Current context: %s" (kele-current-context-name)))))
(if ns
(setq msgs (append msgs (list (format "Current namespace: %s" ns)))))
(setq msgs (append msgs (list (format "Discovery cache last polled: %s"
(format-time-string "%F %T" kele--discovery-last-refresh-time)))))
(string-join msgs "\n")))

(easy-menu-define kele-menu-map kele-mode-map
"Menu for Kubernetes management.
Expand Down

0 comments on commit 294a75a

Please sign in to comment.