Pods Metric Source Args
data class PodsMetricSourceArgs(val metricName: Output<String>, val selector: Output<LabelSelectorArgs>? = null, val targetAverageValue: Output<String>) : ConvertibleToJava<PodsMetricSourceArgs>
PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
Constructors
Link copied to clipboard
fun PodsMetricSourceArgs(metricName: Output<String>, selector: Output<LabelSelectorArgs>? = null, targetAverageValue: Output<String>)