metrics

@JvmName(name = "gvhxssstfrakbtew")
suspend fun metrics(value: Output<List<MetricSpecPatchArgs>>)
@JvmName(name = "hdjiuspwolbpjwtw")
suspend fun metrics(value: List<MetricSpecPatchArgs>?)

Parameters

value

metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.


@JvmName(name = "pkpkyihsnuqwgabd")
suspend fun metrics(vararg values: Output<MetricSpecPatchArgs>)


@JvmName(name = "psmfepavcuwqnevf")
suspend fun metrics(values: List<Output<MetricSpecPatchArgs>>)
@JvmName(name = "fqepusmonfbcjiji")
suspend fun metrics(vararg values: MetricSpecPatchArgs)

Parameters

values

metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.


@JvmName(name = "fciuhwmpqmrteljo")
suspend fun metrics(argument: List<suspend MetricSpecPatchArgsBuilder.() -> Unit>)
@JvmName(name = "eicvdpcjtcnqxydl")
suspend fun metrics(vararg argument: suspend MetricSpecPatchArgsBuilder.() -> Unit)
@JvmName(name = "shmwsntmolmlkevw")
suspend fun metrics(argument: suspend MetricSpecPatchArgsBuilder.() -> Unit)

Parameters

argument

metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.