@jkcfg/kubernetes
Version:
jk Kubernetes library
23 lines • 863 B
JSON
{
"description": "ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).",
"required": [
"metric",
"current",
"describedObject"
],
"properties": {
"current": {
"description": "current contains the current value for the given metric",
"$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus"
},
"describedObject": {
"$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference"
},
"metric": {
"description": "metric identifies the target metric by name and selector",
"$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier"
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}