UNPKG

@kubernetes/client-node

Version:
37 lines 1.28 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.27 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V2HorizontalPodAutoscalerBehavior = void 0; /** * HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). */ class V2HorizontalPodAutoscalerBehavior { static getAttributeTypeMap() { return V2HorizontalPodAutoscalerBehavior.attributeTypeMap; } } exports.V2HorizontalPodAutoscalerBehavior = V2HorizontalPodAutoscalerBehavior; V2HorizontalPodAutoscalerBehavior.discriminator = undefined; V2HorizontalPodAutoscalerBehavior.attributeTypeMap = [ { "name": "scaleDown", "baseName": "scaleDown", "type": "V2HPAScalingRules" }, { "name": "scaleUp", "baseName": "scaleUp", "type": "V2HPAScalingRules" } ]; //# sourceMappingURL=v2HorizontalPodAutoscalerBehavior.js.map