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
constructor(currentAverageValue: String? = null, currentValue: String? = null, metricName: String? = null, metricSelector: LabelSelectorPatch? = null)
Properties
Link copied to clipboard
currentAverageValue is the current value of metric averaged over autoscaled pods.
Link copied to clipboard
currentValue is the current value of the metric (as a quantity)
Link copied to clipboard
metricName is the name of a metric used for autoscaling in metric system.
Link copied to clipboard
metricSelector is used to identify a specific time series within a given metric.