Kazan v0.4.0 Kazan.Models.Apis.Autoscaling.V2alpha1.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.kubernetes.pkg.apis.autoscaling.v2alpha1.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)