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

Remove Ingress API selection code #4643

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    f1e33ea View commit details
    Browse the repository at this point in the history
  2. chore(controllers) remove Ingress API selection

    Remove Ingress API selection in favor of simply honoring the CLI disable
    flag.
    
    Support for Ingress versions other than networking/v1 was removed in
    #3867. The API
    selection code was only selecting between networking/v1 and nothing.
    Future Kubernetes versions are not expected to abruptly remove the older
    API versions if they introduce new Ingress versions, so this selection
    code should not be necessary in the future.
    rainest committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    24a50c5 View commit details
    Browse the repository at this point in the history