ContainerResourceMetricStatus

io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus source ↗

ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in 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.

containerstring requiredcontainer is the name of the container in the pods of the scaling target
currentMetricValueStatus requiredcurrent contains the current value for the given metric
averageUtilizationinteger (int32)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.
averageValueQuantityaverageValue is the current value of the average of the metric across all relevant pods (as a quantity)
valueQuantityvalue is the current value of the metric (as a quantity).
namestring requiredname is the name of the resource in question.