fiaas / k8s

Python client library for the Kubernetes API
https://fiaas.github.io/
Apache License 2.0
39 stars 24 forks source link

add new apiversion for ingress #99

Closed j18e closed 2 years ago

j18e commented 2 years ago

ingresses have been available in the networking.k8s.io/v1 api version for some time now, and the older extensions/v1beta1 ingress version has been deprecated for some time and is being removed in v1.22. The k8s library should have this newer API version at least available to be used by FDD

tg90nor commented 2 years ago

Fixed by #101