ExternalMetricSource

io.k8s.api.autoscaling.v2.ExternalMetricSource
See theExternalMetricSource companion object
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).

Attributes

Companion
object
Source
ExternalMetricSource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms metric to result of function

transforms metric to result of function

Attributes

Source
ExternalMetricSource.scala

transforms target to result of function

transforms target to result of function

Attributes

Source
ExternalMetricSource.scala

Returns a new data with metric set to new value

Returns a new data with metric set to new value

Attributes

Source
ExternalMetricSource.scala

Returns a new data with target set to new value

Returns a new data with target set to new value

Attributes

Source
ExternalMetricSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product