@jkcfg/kubernetes
Version:
jk Kubernetes library
20 lines • 913 B
JSON
{
"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",
"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"
}