abrochard / kubel

Emacs extension for controlling Kubernetes with limited permissions
GNU General Public License v3.0
259 stars 41 forks source link

Update defcustom :type entries #97

Closed PuercoPop closed 1 year ago

PuercoPop commented 1 year ago

Just some QoL changes for people who use the customize interface 🙋

Update kubel-kubectl :type to file :must-match t. From the manual

The value must be a file name for an existing file. The widget provides completion.

Update kubel-use-name space-list to use choice. This allows the customize widget to present a dropdown menu with the options.

Silence warning about kubel-use-namespace-list's docstring exceeding 80 characters.