sky-uk / feed

Nginx based Kubernetes ingress controller for AWS
BSD 3-Clause "New" or "Revised" License
58 stars 10 forks source link

update ingress api to networking/v1 #249

Closed aecay closed 2 years ago

aecay commented 2 years ago

This brings feed in line with newer versions of kubernetes which (optionally, and then obligatorily) use this API in preverence to the extensions/v1beta1 one.

aecay commented 2 years ago

Nice! Much more pleasant than our attempt at having v1beta1 and networking v1 co-existing in the same codebase joy

I...did not know you had tried that and I'm glad I didn't, otherwise I probably would have run screaming :sweat_smile: