jinnovation / kele.el

šŸ„¤ Spritzy Kubernetes cluster management for Emacs

Home Page:https://jonathanj.in/kele.el/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Transient prefix for working with resources

jinnovation opened this issue Ā· comments

The prefix could take a single argument corresponding to the group-version-kind we would like to work with, e.g. apps/v1 Deployment, and dynamically generate the layout/keybindings based on the available verbs for the given resource (from the discovery cache).

To start, we could simply start with get for the given resource.