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