Skip to content

Upgrade ingress and ingress rules implementations to NetworkingV1

Marcos Huck requested to merge feature/upgrade_networking_v1 into master

Related tasks

Context

The ingress API has been moved from extension/v1beta1 to networking/v1 in a new Kubernetes version (since 1.21), which require us to move to this new API in order to support our native Kubernetes ingress and ingress rules implementations.

Change

This MR moves the Ingress and IngressRules implementations to the Networking/v1 API.

Other information

Additional documentation

Edited by Marcos Huck

Merge request reports