From d257fe1ef598e89c4ede08bb6d7c28ad035d4989 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 30 Jul 2024 22:26:46 +0200 Subject: [PATCH] Bind 'kubed-restart-deployment' in 'kubed-deployment-prefix-map' --- kubed.el | 1 + 1 file changed, 1 insertion(+) diff --git a/kubed.el b/kubed.el index 448bc93..0e3a664 100644 --- a/kubed.el +++ b/kubed.el @@ -1194,6 +1194,7 @@ If NAMESPACE is nil or omitted, it defaults to the current namespace." nil ; formatting function :right-align t) (creationtimestamp ".metadata.creationTimestamp" 20)) + :prefix (("R" "Restart" kubed-restart-deployment)) :create ((name images &optional namespace replicas port command) "Deploy IMAGES to Kubernetes in deployment with name NAME. -- 2.39.5