Kazan v0.7.0 Kazan.Apis.Autoscaling.V2beta1.PodsMetricSource View Source
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.
OpenAPI Definition: io.k8s.api.autoscaling.v2beta1.PodsMetricSource
Properties
metric_name
::String
- metricName is the name of the metric in question
target_average_value
::Kazan.Models.Apimachinery.Api.Resource.Quantity
- targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity)