External Metric Status Args
data class ExternalMetricStatusArgs(val currentAverageValue: Output<String>? = null, val currentValue: Output<String>, val metricName: Output<String>, val metricSelector: Output<LabelSelectorArgs>? = null) : ConvertibleToJava<ExternalMetricStatusArgs>
ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
Constructors
Link copied to clipboard
constructor(currentAverageValue: Output<String>? = null, currentValue: Output<String>, metricName: Output<String>, metricSelector: Output<LabelSelectorArgs>? = 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.