UNPKG

kubernetes-models

Version:
10 lines (9 loc) 605 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior.mjs"; /** * HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). */ export class HorizontalPodAutoscalerBehavior extends Model { } setSchema(HorizontalPodAutoscalerBehavior, "io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior", addSchema); export { HorizontalPodAutoscalerBehavior as IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior };