Skip to content

Commit

Permalink
Update content/docs/2.0/concepts/external-scalers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
ahmelsayed and tomkerkhove authored Jul 28, 2020
1 parent 6e192e0 commit 7381c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.0/concepts/external-scalers.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `Scaler` interface defines 4 methods:
- `IsActive` is called on `pollingInterval` defined in the ScaledObject/ScaledJob CRDs and scaling to 1 happens if this returns true
- `Close` is called to allow the scaler to clean up connections or other resources.

The `PushScaler` interface adds `Run` method. The `Run` method recieves a push channel (`active`), that the scaler can push `true` to any time to force activation independently from `pollingInterval`.
The `PushScaler` interface adds `Run` method. The `Run` method receives a push channel (`active`), that the scaler can push `true` to any time to force scaling action independently from `pollingInterval`.


### External Scaler GRPC interface
Expand Down

0 comments on commit 7381c42

Please sign in to comment.