Ingress with the extensions/v1beta1 API was deprecated in 1.16. The following two API versions map to the corresponding k8s versions:
| API Version |
Kubernetes Version |
| networking.k8s.io/v1beta1 |
1.14 - 1.18 |
| networking.k8s.io/v1 |
1.19+ |
Furthermore, the current Ingress class has the _non_standard_version set to v1beta1, which makes it impossible to override the apiVersion with the parameter when instantiating it.
I'm fairly new to using this library (thanks, by the way!), so I'm unsure how you'd prefer to handle this. If it's relatively straightforward, feel free to provide some high-level guidance and I can work on a PR.
Ingress with the
extensions/v1beta1API was deprecated in 1.16. The following two API versions map to the corresponding k8s versions:Furthermore, the current
Ingressclass has the_non_standard_versionset tov1beta1, which makes it impossible to override theapiVersionwith the parameter when instantiating it.I'm fairly new to using this library (thanks, by the way!), so I'm unsure how you'd prefer to handle this. If it's relatively straightforward, feel free to provide some high-level guidance and I can work on a PR.