Skip to content

Commit 965744b

Browse files
committed
wip
1 parent c5495b0 commit 965744b

File tree

1 file changed

+2
-2
lines changed
  • vertical-pod-autoscaler/enhancements/8515-support-custom-request-to-limit-ratio

1 file changed

+2
-2
lines changed

vertical-pod-autoscaler/enhancements/8515-support-custom-request-to-limit-ratio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Some examples of the VPA CRD using the new `RequestToLimitRatio` field are provi
6363
A new `RequestToLimitRatio` field will be added, with the following sub-fields:
6464

6565
* [Optional] `RequestToLimitRatio.CPU.Type` or `RequestToLimitRatio.Memory.Type` (type `string`): Specifies how to apply limits proportionally to the requests. `Type` can have the following values:
66-
* `Factor` (type: `floating-point number`): Interpreted as a multiplier for the recommended request.
66+
* `Factor`: Interpreted as a multiplier for the recommended request.
6767
* Example: a value of `2` will double the limits.
68-
* `Quantity` (type: `string`): Adds an absolute value on top of the requests to determine the new limit.
68+
* `Quantity`: Adds an absolute value on top of the requests to determine the new limit.
6969
* Example: for memory, a value of `100Mi` means the new limit will be: calculated memory request + `100Mi`.
7070
* If `RequestToLimitRatio.CPU.Type` or `RequestToLimitRatio.Memory.Type` is not specified, the default value is `Factor`.
7171

0 commit comments

Comments
 (0)