Pods Metric Source
data class PodsMetricSource(val metricName: String, val selector: LabelSelector? = null, val targetAverageValue: String)
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 PodsMetricSource(metricName: String, selector: LabelSelector? = null, targetAverageValue: String)