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

Fix Ingress v1beta1 API resource group #1584

Merged
merged 3 commits into from
Jul 23, 2021
Merged

Fix Ingress v1beta1 API resource group #1584

merged 3 commits into from
Jul 23, 2021

Commits on Jul 23, 2021

  1. fix(codegen) use extensions group for Ingresses

    Change the API group for the original v1beta1 Ingress from
    apiextensions.k8s.io to extensions. See
    https://v1-17.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#ingress-v1beta1-extensions
    for reference.
    
    apiextensions.k8s.io is for CRDs instead.
    Travis Raines committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    4d24c8f View commit details
    Browse the repository at this point in the history
  2. chore(*) run code and manifest generators

    Travis Raines committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    5843e89 View commit details
    Browse the repository at this point in the history
  3. docs(*) update changelog

    Travis Raines committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    85fa0bc View commit details
    Browse the repository at this point in the history