PodsMetricSource class

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.

Constructors

PodsMetricSource({required MetricIdentifier metric, required MetricTarget target})
The main constructor.
const
PodsMetricSource.fromJson(Map<String, dynamic> json)
Creates a PodsMetricSource from JSON data.

Properties

hashCode int
The hash code for this object.
no setterinherited
metric MetricIdentifier
Metric identifies the target metric by name and selector.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target MetricTarget
Target specifies the target value for the given metric.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a PodsMetricSource instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

listFromJson(Iterable<Map<String, dynamic>> list) List<PodsMetricSource>
Creates a list of PodsMetricSource from JSON data.