ExternalMetricStatusArgs

data class ExternalMetricStatusArgs(val current: Output<MetricValueStatusArgs>, val metric: Output<MetricIdentifierArgs>) : ConvertibleToJava<ExternalMetricStatusArgs>

ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard

current contains the current value for the given metric

Link copied to clipboard

metric identifies the target metric by name and selector