Skip to content

Commit

Permalink
Add PushScaler interface and impl external-push scaler (kedacore#865)
Browse files Browse the repository at this point in the history
* Add PushScaler interface and impl external-push scaler

Closes kedacore#820

Signed-off-by: Ahmed ElSayed <ahmels@microsoft.com>

* pass metadata to scaler

Signed-off-by: Ahmed ElSayed <ahmels@microsoft.com>

* add section for breaking changes in the CHANGELOG

Signed-off-by: Ahmed ElSayed <ahmels@microsoft.com>

* use correct protoc-gen-go version

Signed-off-by: Ahmed ElSayed <ahmels@microsoft.com>
  • Loading branch information
ahmelsayed authored and Zbynek Roubalik committed Jul 7, 2020
1 parent 7070cfc commit 0aad2fb
Show file tree
Hide file tree
Showing 13 changed files with 736 additions and 363 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@

## History

- [v2.0.0](#v200)
- [v1.4.1](#v141)
- [v1.4.0](#v140)
- [v1.3.0](#v130)
- [v1.2.0](#v120)
- [v1.1.0](#v110)
- [v1.0.0](#v100)

## v2.0.0

### Breaking Changes

- Remove `New()` and `Close()` from the interface of `service ExternalScaler` in `externalscaler.proto`.

## v1.4.1

### New
Expand Down
42 changes: 0 additions & 42 deletions deploy/crds/keda.sh_withpods_crd.yaml

This file was deleted.

1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ require (
github.com/imdario/mergo v0.3.9
github.com/kubernetes-incubator/custom-metrics-apiserver v0.0.0-20200323093244-5046ce1afe6b
github.com/lib/pq v1.3.0
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452
github.com/operator-framework/operator-sdk v0.17.1-0.20200501204426-0f43da11b8c0
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
Expand Down
183 changes: 183 additions & 0 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 0aad2fb

Please sign in to comment.