Kazan v0.11.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
- 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.ObjectMetricSource{ metric_name: String.t(), target: Kazan.Apis.Autoscaling.V2beta1.CrossVersionObjectReference.t(), target_value: Kazan.Models.Apimachinery.Api.Resource.Quantity.t() }