class Pyrite::Api::Autoscaling::V2beta2::PodsMetricStatus
Overview
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
Defined in:
versions/v1.14/api/autoscaling/v2beta2/pods_metric_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
-
.new(pull : JSON::PullParser)
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
- .new(*, current : Api::Autoscaling::V2beta2::MetricValueStatus, metric : Api::Autoscaling::V2beta2::MetricIdentifier)
Instance Method Summary
- #current : Api::Autoscaling::V2beta2::MetricValueStatus
- #current=(current : Api::Autoscaling::V2beta2::MetricValueStatus)
- #metric : Api::Autoscaling::V2beta2::MetricIdentifier
- #metric=(metric : Api::Autoscaling::V2beta2::MetricIdentifier)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).