{
  "description": "MetricValueStatus holds the current value for a metric",
  "properties": {
    "averageUtilization": {
      "description": "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.",
      "type": [
        "integer",
        "null"
      ],
      "format": "int32"
    },
    "averageValue": {
      "description": "averageValue is the current value of the average of the metric across all relevant pods (as a quantity)",
      "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
    },
    "value": {
      "description": "value is the current value of the metric (as a quantity).",
      "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}