class Pyrite::Api::Autoscaling::V2beta2::PodsMetricSource
Overview
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.
Defined in:
versions/v1.14/api/autoscaling/v2beta2/pods_metric_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
-
.new(pull : JSON::PullParser)
PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
- .new(*, metric : Api::Autoscaling::V2beta2::MetricIdentifier, target : Api::Autoscaling::V2beta2::MetricTarget)
Instance Method Summary
- #metric : Api::Autoscaling::V2beta2::MetricIdentifier
- #metric=(metric : Api::Autoscaling::V2beta2::MetricIdentifier)
- #target : Api::Autoscaling::V2beta2::MetricTarget
- #target=(target : Api::Autoscaling::V2beta2::MetricTarget)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
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.
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.