This project is mirrored from https://gitee.com/mirrors/kubevela.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 28 Jan, 2022 1 commit
  2. 27 Jan, 2022 1 commit
  3. 26 Jan, 2022 1 commit
  4. 25 Jan, 2022 6 commits
  5. 24 Jan, 2022 2 commits
  6. 23 Jan, 2022 1 commit
    • Sunghoon Kang's avatar
      Feat: extend gateway trait to set class in spec (#3138) · 665e2b63
      Sunghoon Kang authored
      
      * Feat: extend gateway trait to set class in spec
      
      `kubernetes.io/ingress.class` annotation is deprecated in favor of
      `.spec.ingressClassName`. However, there is no way to set it through
      the gateway trait for now.
      
      This commit extends the gateway trait by adding `classInSpec` to
      parameter. Forcing the use of `.spec.ingressClassName` makes sense, but
      some ingress controllers (including old versions) may not recognize
      this field. Therefore, set default value of `classInSpec` to `false`
      for backward compatibility.
      Signed-off-by: default avatarSunghoon Kang <hoon@linecorp.com>
      
      * Chore: update classInSpec usage
      Signed-off-by: default avatarSunghoon Kang <hoon@linecorp.com>
      665e2b63
  7. 22 Jan, 2022 1 commit
  8. 21 Jan, 2022 1 commit
  9. 20 Jan, 2022 1 commit
  10. 19 Jan, 2022 2 commits
  11. 18 Jan, 2022 6 commits
  12. 17 Jan, 2022 9 commits
  13. 14 Jan, 2022 3 commits
  14. 13 Jan, 2022 2 commits
  15. 12 Jan, 2022 3 commits