UNPKG

@jkcfg/kubernetes

Version:
19 lines 670 B
{ "description": "ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.", "required": [ "metric", "current" ], "properties": { "current": { "description": "current contains the current value for the given metric", "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus" }, "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" }