abrochard / kubel

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

feat: simplified the kubernetes version logic #116

Closed Kyrremann closed 9 months ago

Kyrremann commented 9 months ago

Instead of relying on string matching we can use assoc-string to get the values we need. This means that we lose patch version, but I'm pretty confident that we don't need it.

Kyrremann commented 9 months ago

@johnhamelink what do you think about this fix?

johnhamelink commented 9 months ago

Looks good to me :)