Kazan v0.11.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
- Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.
The serialization format is:
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Autoscaling.V2beta1.PodsMetricSource{ metric_name: String.t(), target_average_value: Kazan.Models.Apimachinery.Api.Resource.Quantity.t() }