Skip to content

Commit 8cd0990

Browse files
author
JenTing Hsiao
committed
Correct target.type from AverageUtilization to Utilization
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent cbd3f89 commit 8cd0990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ the only other supported resource metric is memory. These resources do not chan
239239
to cluster, and should always be available, as long as the `metrics.k8s.io` API is available.
240240

241241
You can also specify resource metrics in terms of direct values, instead of as percentages of the
242-
requested value, by using a `target` type of `AverageValue` instead of `AverageUtilization`, and
242+
requested value, by using a `target.type` of `AverageValue` instead of `Utilization`, and
243243
setting the corresponding `target.averageValue` field instead of the `target.averageUtilization`.
244244

245245
There are two other types of metrics, both of which are considered *custom metrics*: pod metrics and

0 commit comments

Comments
 (0)