ExternalMetricSource

final case class ExternalMetricSource(metric: MetricIdentifier, target: MetricTarget)

ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).

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

Value members

Concrete methods

transforms metric to result of function

transforms metric to result of function

Source:
ExternalMetricSource.scala

transforms target to result of function

transforms target to result of function

Source:
ExternalMetricSource.scala

Returns a new data with metric set to new value

Returns a new data with metric set to new value

Source:
ExternalMetricSource.scala

Returns a new data with target set to new value

Returns a new data with target set to new value

Source:
ExternalMetricSource.scala

Inherited methods

Inherited from:
Product