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