ExternalMetricStatusPatch

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

currentAverageValue is the current value of metric averaged over autoscaled pods.

Link copied to clipboard
val currentValue: String? = null

currentValue is the current value of the metric (as a quantity)

Link copied to clipboard
val metricName: String? = null

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.