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