abrochard / kubel

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

There should be a way of customising output when kubel-output is not "yaml" #130

Open risset opened 3 months ago

risset commented 3 months ago

In a function like kubel--describe-resource, when kubel-output equals "yaml", some functions are called, like turning yaml mode on. The simplest example would be to do the same for json if kubel-output is "json". There could potentially also be a way of having users supply a function that's called for each kubel-output option when an operation completes.