jinnovation / kele.el

🥤 Spritzy Kubernetes cluster management for Emacs
https://jonathanj.in/kele.el/
Apache License 2.0
72 stars 4 forks source link

feature: suffix for restarting deployment #188

Closed jinnovation closed 3 months ago

jinnovation commented 3 months ago

Closes #187.

This PR introduces the notion of kind-specific suffixes. A dedicated collection of suffixes for kele-resource will show up depending on the resource kind selected and whether or not special-case actions have been defined on them.

This PR introduces the first such "special-case action" in Kele. Namely, for Deployments, we build a suffix for restarting them, leveraging kubectl rollout restart under the hood.

image