ExternalMetricStatus

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
constructor(currentAverageValue: String? = null, currentValue: String, metricName: String, metricSelector: LabelSelector? = 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

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.