PodsMetricSourcePatch

data class PodsMetricSourcePatch(val metric: MetricIdentifierPatch? = null, val target: MetricTargetPatch? = 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
constructor(metric: MetricIdentifierPatch? = null, target: MetricTargetPatch? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

metric identifies the target metric by name and selector

Link copied to clipboard

target specifies the target value for the given metric