UNPKG

@kubernetes/client-node

Version:
44 lines 1.13 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. */ /** * HPAScalingPolicy is a single policy which must hold true for a specified past interval. */ export class V2HPAScalingPolicy { static getAttributeTypeMap() { return V2HPAScalingPolicy.attributeTypeMap; } constructor() { } } V2HPAScalingPolicy.discriminator = undefined; V2HPAScalingPolicy.mapping = undefined; V2HPAScalingPolicy.attributeTypeMap = [ { "name": "periodSeconds", "baseName": "periodSeconds", "type": "number", "format": "int32" }, { "name": "type", "baseName": "type", "type": "string", "format": "" }, { "name": "value", "baseName": "value", "type": "number", "format": "int32" } ]; //# sourceMappingURL=V2HPAScalingPolicy.js.map