ObjectMetricStatus

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).

Source:
ObjectMetricStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms current to result of function

transforms current to result of function

Source:
ObjectMetricStatus.scala

transforms describedObject to result of function

transforms describedObject to result of function

Source:
ObjectMetricStatus.scala

transforms metric to result of function

transforms metric to result of function

Source:
ObjectMetricStatus.scala

Returns a new data with current set to new value

Returns a new data with current set to new value

Source:
ObjectMetricStatus.scala

Returns a new data with describedObject set to new value

Returns a new data with describedObject set to new value

Source:
ObjectMetricStatus.scala

Returns a new data with metric set to new value

Returns a new data with metric set to new value

Source:
ObjectMetricStatus.scala

Inherited methods

Inherited from:
Product