ExternalMetricStatusArgs

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
val currentAverageValue: Output<String>? = null

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

Link copied to clipboard
val currentValue: Output<String>

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

Link copied to clipboard
val metricName: Output<String>

metricName is the name of a metric used for autoscaling in metric system.

Link copied to clipboard
val metricSelector: Output<LabelSelectorArgs>? = null

metricSelector is used to identify a specific time series within a given metric.

Functions

Link copied to clipboard
open override fun toJava(): ExternalMetricStatusArgs