import { AutoscalingV2Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/autoscaling@v2/mod.ts";
Methods
getHorizontalPodAutoscalerListForAllNamespaces(opts?: operations.GetListOpts): Promise<AutoscalingV2.HorizontalPodAutoscalerList>
namespace(name: string): AutoscalingV2NamespacedApi
watchHorizontalPodAutoscalerListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AutoscalingV2.HorizontalPodAutoscaler>>