Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for networking.k8s.io/v1beta1 Ingress API #369

Merged
merged 1 commit into from
Aug 27, 2019

Commits on Aug 22, 2019

  1. feat: add support for networking.k8s.io/v1beta1 Ingress API

    Ingress API is undergoing changes and finally moving to v1 [1].
    This commit adds support for networking/v1beta1 Ingress resource,
    which is same as extensions/v1beta1 resource, keeping the controller
    compatible with future k8s releases.
    
    [1]: https://github.com/kubernetes/enhancements/pull/749/files
    hbagdi committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    fb71f85 View commit details
    Browse the repository at this point in the history