import { type HorizontalPodAutoscaler } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/autoscaling@v2/structs.ts";
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
Properties
optional
spec: HorizontalPodAutoscalerSpec | nulloptional
status: HorizontalPodAutoscalerStatus | null