External Metric Status
data class ExternalMetricStatus(val currentAverageValue: String? = null, val currentValue: String, val metricName: String, val metricSelector: LabelSelector? = null)
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
Constructors
Link copied to clipboard
fun ExternalMetricStatus(currentAverageValue: String? = null, currentValue: String, metricName: String, metricSelector: LabelSelector? = null)