Kazan v0.11.0 Kazan.Apis.Autoscaling.V2beta1.ResourceMetricStatus View Source
ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the “pods” source.
OpenAPI Definition: io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus
Properties
current_average_utilization
::Integer
- currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. It will only be present if
targetAverageValue
was set in the corresponding metric specification.
- currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. It will only be present if
current_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: