Kazan v0.7.0 Kazan.Apis.Autoscaling.V2beta1.ObjectMetricSource View Source
ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
OpenAPI Definition: io.k8s.api.autoscaling.v2beta1.ObjectMetricSource
Properties
metric_name
::String
- metricName is the name of the metric in question.
target
::Kazan.Apis.Autoscaling.V2beta1.CrossVersionObjectReference
- target is the described Kubernetes object.
target_value
::Kazan.Models.Apimachinery.Api.Resource.Quantity
- targetValue is the target value of the metric (as a quantity).