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: Support Ingress Class Annotation in Argo CD CRD #636

Merged
merged 7 commits into from Jul 21, 2022

Commits on May 5, 2022

  1. feat: add ingress class name to the api

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed May 5, 2022
    Configuration menu
    Copy the full SHA
    ef9de0f View commit details
    Browse the repository at this point in the history
  2. chore: regenerate deepcopy and crd

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed May 5, 2022
    Configuration menu
    Copy the full SHA
    38366e7 View commit details
    Browse the repository at this point in the history
  3. chore: regenerate bundle

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed May 5, 2022
    Configuration menu
    Copy the full SHA
    aaa4d85 View commit details
    Browse the repository at this point in the history
  4. feat: add ingress class name support to the controller

    This change also disables the old
    `kubernetes.io/ingress.class` annotation added to
    ingress resources by default.
    
    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d07acb5 View commit details
    Browse the repository at this point in the history
  5. test: add tests for ingress class name

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed May 5, 2022
    Configuration menu
    Copy the full SHA
    b915c49 View commit details
    Browse the repository at this point in the history
  6. refactor!: remove unused default annotations

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed May 5, 2022
    Configuration menu
    Copy the full SHA
    42a413c View commit details
    Browse the repository at this point in the history
  7. docs: add ingress class name to the reference documentation

    Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
    sagikazarmark committed May 5, 2022
    Configuration menu
    Copy the full SHA
    c916994 View commit details
    Browse the repository at this point in the history