UNPKG

@kubernetes/client-node

Version:
38 lines 1.18 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. */ /** * HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). */ export class V2HorizontalPodAutoscalerBehavior { static getAttributeTypeMap() { return V2HorizontalPodAutoscalerBehavior.attributeTypeMap; } constructor() { } } V2HorizontalPodAutoscalerBehavior.discriminator = undefined; V2HorizontalPodAutoscalerBehavior.mapping = undefined; V2HorizontalPodAutoscalerBehavior.attributeTypeMap = [ { "name": "scaleDown", "baseName": "scaleDown", "type": "V2HPAScalingRules", "format": "" }, { "name": "scaleUp", "baseName": "scaleUp", "type": "V2HPAScalingRules", "format": "" } ]; //# sourceMappingURL=V2HorizontalPodAutoscalerBehavior.js.map