* kubed-transient.el (kubed-transient-create-ingress)
* kubed.el (kubed-list-mode-map)
* kubed.texi (Browse Resources): Update binding of
'kubed-list-update'.
Suggested by Augusto Stoffel <arstoffel@gmail.com>
("!" "Command line" kubed-list-kubectl-command :transient t)
("+" "Create" kubed-list-create :transient t)
("/" "Filter" kubed-list-set-filter :transient t)
- ("G" "Update" kubed-list-update :transient t)]
+ ("g" "Update" kubed-list-update :transient t)]
["Table"
("|" "Fit column" kubed-list-fit-column-width-to-content :transient t)
("}" "Widen column" tabulated-list-widen-current-column :transient t)
"x" #'kubed-list-delete-marked
"e" #'kubed-list-edit
"!" #'kubed-list-kubectl-command
- "G" #'kubed-list-update
+ "g" #'kubed-list-update
"/" #'kubed-list-set-filter
"|" #'kubed-list-fit-column-width-to-content
"d" #'kubed-list-mark-for-deletion
@findex kubed-list-patch
@item P
Patch the resource at point (@code{kubed-list-patch}).
-@kindex G
+@kindex g
@findex kubed-list-update
-@item G
+@item g
Update the resources list by fetching new information from Kubernetes
(@code{kubed-list-update}).
@kindex /