Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jun 5, 2024
1 parent aa478f4 commit 2042f71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -1869,8 +1869,7 @@ to query for."
(cands (kele--fetch-resource-names gvk :namespace ns :context (kele--get-context-arg)))
(name (completing-read "Name: " (-cut kele--resources-complete <> <> <> :cands cands))))
(list (kele--get-context-arg) ns gvk name)))
(-let (((group version) (kele--groupversion-split group-version)))
(kele--render-object (kele--get-resource gvk name :namespace namespace :context context))))
(kele--render-object (kele--get-resource gvk name :namespace namespace :context context)))

(transient-define-suffix kele-deployment-restart (context namespace deployment-name)
"Restart DEPLOYMENT-NAME.
Expand Down

0 comments on commit 2042f71

Please sign in to comment.