UNPKG

@kubernetes/client-node

Version:
44 lines 1.25 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). */ export class V2ObjectMetricStatus { static getAttributeTypeMap() { return V2ObjectMetricStatus.attributeTypeMap; } constructor() { } } V2ObjectMetricStatus.discriminator = undefined; V2ObjectMetricStatus.mapping = undefined; V2ObjectMetricStatus.attributeTypeMap = [ { "name": "current", "baseName": "current", "type": "V2MetricValueStatus", "format": "" }, { "name": "describedObject", "baseName": "describedObject", "type": "V2CrossVersionObjectReference", "format": "" }, { "name": "metric", "baseName": "metric", "type": "V2MetricIdentifier", "format": "" } ]; //# sourceMappingURL=V2ObjectMetricStatus.js.map