ExternalMetricStatusPatch

data class ExternalMetricStatusPatch(val current: MetricValueStatusPatch? = null, val metric: MetricIdentifierPatch? = null)

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

Constructors

Link copied to clipboard
constructor(current: MetricValueStatusPatch? = null, metric: MetricIdentifierPatch? = null)

Types

Link copied to clipboard
object Companion

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