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