ExternalMetricStatus

final case class ExternalMetricStatus(current: MetricValueStatus, metric: MetricIdentifier)

ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

Source:
ExternalMetricStatus.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:
ExternalMetricStatus.scala

transforms metric to result of function

transforms metric to result of function

Source:
ExternalMetricStatus.scala

Returns a new data with current set to new value

Returns a new data with current set to new value

Source:
ExternalMetricStatus.scala

Returns a new data with metric set to new value

Returns a new data with metric set to new value

Source:
ExternalMetricStatus.scala

Inherited methods

Inherited from:
Product