ObjectMetricStatus

data class ObjectMetricStatus(val current: MetricValueStatus, val describedObject: CrossVersionObjectReference, val metric: MetricIdentifier)

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: MetricValueStatus, describedObject: CrossVersionObjectReference, metric: MetricIdentifier)

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