Pods Metric Status Patch
data class PodsMetricStatusPatch(val currentAverageValue: String? = null, val metricName: String? = null, val selector: LabelSelectorPatch? = null)
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
Constructors
Link copied to clipboard
fun PodsMetricStatusPatch(currentAverageValue: String? = null, metricName: String? = null, selector: LabelSelectorPatch? = null)