abrochard / kubel

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

Fold kubernetes-evil into main pkg #91

Closed jinnovation closed 2 years ago

jinnovation commented 2 years ago

Overview

Evil bindings are currently provided via the package kubernetes-evil. This co-exists with kubernetes-el itself (see kubernetes-evil.el) but is packaged and released entirely separately from the "main" package.

Concerns about cross-compatibility and version synchronizing aside, this is arguably an unnecessary amount of complexity for what is ultimately fairly simple functionality.

I'm proposing that we fold the Evil bindings into the main package and gate them behind a minor mode or (kubernetes-evil-activate) function.

Definition of Done

jinnovation commented 2 years ago

Ah, apologies, I meant to open this on kubernetes-el/kubernetes-el 🤦 Please ignore.