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