Object Metric Status Patch
data class ObjectMetricStatusPatch(val averageValue: String? = null, val currentValue: String? = null, val metricName: String? = null, val selector: LabelSelectorPatch? = null, val target: CrossVersionObjectReferencePatch? = null)
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 ObjectMetricStatusPatch(averageValue: String? = null, currentValue: String? = null, metricName: String? = null, selector: LabelSelectorPatch? = null, target: CrossVersionObjectReferencePatch? = null)