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