forked from hashicorp/nomad-autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
strategy: update interface to accept and respond with evaluation.
The strategy calculation within the autoscaler is one portion of the policy evaluation pipeline. Internal discussion has concluded that it is appropriate to pass the evaluation to the strategy and have it populate the action. The new ScalingEvaluation encompasses all required information the autoscaler needs when performing an autoscaling evaluation of a policy.
- Loading branch information
Showing
9 changed files
with
472 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.