obmarg / kazan

Kubernetes API client for Elixir
https://hex.pm/packages/kazan
MIT License
138 stars 35 forks source link

K8s api implementations are now significantly out of date #79

Open michaeljguarino opened 2 years ago

michaeljguarino commented 2 years ago

Most notable of these are networking.k8s.io/v1 implementation of Ingress. But I'm pretty sure there are a large number of other deprecated resources in the set provided by kazan alongside other resources missing.

obmarg commented 2 years ago

Hi @michaeljguarino - I'm sure there are a ton of outdated resources, think I last updated the swagger specs for k8s 1.11 4 years ago.

It's mostly just a case of updating this file to a more recent version though if you'd like to make a contribution.