UNPKG

kubernetes-models

Version:
14 lines (13 loc) 969 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior = exports.HorizontalPodAutoscalerBehavior = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior_1 = require("../../_schemas/IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior.js"); /** * HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). */ class HorizontalPodAutoscalerBehavior extends base_1.Model { } exports.HorizontalPodAutoscalerBehavior = HorizontalPodAutoscalerBehavior; exports.IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior = HorizontalPodAutoscalerBehavior; (0, base_1.setSchema)(HorizontalPodAutoscalerBehavior, "io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior", IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior_1.addSchema);