-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate LoadMetricInformation with double properties (#141)
The following properties changed type because they were previously incorrectly defined in the swagger spec: `balancingThreshold`: `int` -> `double` `activityThreshold`: `int` -> `string` `currentClusterLoad`: `int` -> `double` `clusterCapacityRemaining`: `int` -> `double` `nodeBufferPercentage`: `int` -> `double` `bufferedClusterCapacityRemaining`: `int` -> `double` `clusterRemainingBufferedCapacity`: `int` -> `string` `minimumNodeLoad`: `int` -> `double` `maximumNodeLoad`: `int` -> `double` `plannedLoadRemoval`: `int` -> `double` Property type change is in principle a breaking change. However, previous version increment from `4.12.0` to `5.0.0` did not fix all problems so it was not usable. In that sense, this is considered a bugfix rather than a new major version (`6.0.0`).
- Loading branch information
1 parent
b928541
commit 85416aa
Showing
3 changed files
with
51 additions
and
51 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
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