Object Metric Status
data class ObjectMetricStatus(val averageValue: String? = null, val currentValue: String, val metricName: String, val selector: LabelSelector? = null, val target: CrossVersionObjectReference)
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
Constructors
Link copied to clipboard
fun ObjectMetricStatus(averageValue: String? = null, currentValue: String, metricName: String, selector: LabelSelector? = null, target: CrossVersionObjectReference)