Metric Value Status Args
data class MetricValueStatusArgs(val averageUtilization: Output<Int>? = null, val averageValue: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<MetricValueStatusArgs>
MetricValueStatus holds the current value for a metric
Properties
Link copied to clipboard
currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
Link copied to clipboard
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)