Skip to content

Commit

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

Closes #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 Aug 6, 2020
1 parent 56544a4 commit d7fa70e
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,6 +6,7 @@

## History

- [v2.0.0](#v200)
- [v1.5.0](#v150)
- [v1.4.1](#v141)
- [v1.4.0](#v140)
Expand All @@ -14,6 +15,12 @@
- [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.5.0

Learn more about our release in [our milestone](https://github.com/kedacore/keda/milestone/12).
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 d7fa70e

Please sign in to comment.