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

Metrics Server: use vendored OpenAPI definitions #3928

Commits on Nov 29, 2022

  1. Metrics Server: use vendored OpenAPI definitions

    custom-metrics-apiserver serves OpenAPI spec by default since
    version [v1.25.0] (cf [PR 110]).
    
    [v1.25.0]: https://github.com/kubernetes-sigs/custom-metrics-apiserver/releases/tag/v1.25.0
    [PR 110]: kubernetes-sigs/custom-metrics-apiserver#110
    
    In Keda Metrics Server, remove generation of
    `adapter/generated/openapi/zz_generated.openapi.go` and use
    OpenAPI definitions from custom-metrics-apiserver instead.
    
    Signed-off-by: Olivier Lemasle <[email protected]>
    olivierlemasle committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    66e0497 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Olivier Lemasle <[email protected]>
    olivierlemasle and zroubalik authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4cc83db View commit details
    Browse the repository at this point in the history