Skip to content

Add support for new Ingress APIs #56

Description

@JoshDrake-minted

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions