Object Metric Status
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)