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

Add Kubernetes Workload scaler #2010

Merged
merged 18 commits into from
Aug 6, 2021
Merged

Commits on Aug 2, 2021

  1. Add scaffolding for workload scaler

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7a39891 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Completed the scaler config parsing

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    bc90972 View commit details
    Browse the repository at this point in the history
  2. Adds the scaler logic

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    48dd2f1 View commit details
    Browse the repository at this point in the history
  3. Remove unnecesary property

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    636310e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    6704457 View commit details
    Browse the repository at this point in the history
  2. Adds test

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    30f262a View commit details
    Browse the repository at this point in the history
  3. Finish unit tests

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    3b931a9 View commit details
    Browse the repository at this point in the history
  4. Remove duplicated import

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    aa64609 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88dab73 View commit details
    Browse the repository at this point in the history
  6. Add e2e test

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    79c94c2 View commit details
    Browse the repository at this point in the history
  7. Style fixes

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e679b92 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Update e2e to test starting in 0 and ending in 0

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    567fefd View commit details
    Browse the repository at this point in the history
  2. Apply suggestions

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    
    Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
    JorTurFer and zroubalik committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    e084cf6 View commit details
    Browse the repository at this point in the history
  3. Update changelog to include the scaler

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    6294fd4 View commit details
    Browse the repository at this point in the history
  4. Explain the reason for the linter exclusion

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    983b26a View commit details
    Browse the repository at this point in the history
  5. Fix lint error

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    188d5aa View commit details
    Browse the repository at this point in the history
  6. Remove the namespace selection option

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    747b455 View commit details
    Browse the repository at this point in the history
  7. Remove unused variable

    Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
    JorTurFer committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    453910c View commit details
    Browse the repository at this point in the history