io.k8s.api.autoscaling.v2.ObjectMetricStatus
See theObjectMetricStatus companion object
final case class ObjectMetricStatus(current: MetricValueStatus, describedObject: CrossVersionObjectReference, metric: MetricIdentifier)
ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
Attributes
- Companion:
- object
- Source:
- ObjectMetricStatus.scala
- Graph
- Supertypes
Inherited
- Not inherited
- Product