ObjectMetricStatusPatch

data class ObjectMetricStatusPatch(val current: MetricValueStatusPatch? = null, val describedObject: CrossVersionObjectReferencePatch? = null, val metric: MetricIdentifierPatch? = null)

ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

Constructors

Link copied to clipboard
constructor(current: MetricValueStatusPatch? = null, describedObject: CrossVersionObjectReferencePatch? = 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

DescribedObject specifies the descriptions of a object,such as kind,name apiVersion

Link copied to clipboard

metric identifies the target metric by name and selector