PodsMetricSource

com.coralogix.zio.k8s.model.autoscaling.v2.PodsMetricSource
See thePodsMetricSource companion object
case class PodsMetricSource(metric: MetricIdentifier, target: MetricTarget)

PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets metric.

Gets metric.

This effect always succeeds, it is safe to use the field metric directly.

Attributes

Gets target.

Gets target.

This effect always succeeds, it is safe to use the field target directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product