import { AutoscalingV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/vpa/autoscaling.k8s.io@v1/mod.ts";
Methods
getVerticalPodAutoscalerCheckpointListForAllNamespaces(opts?: operations.GetListOpts): Promise<AutoscalingV1.VerticalPodAutoscalerCheckpointList>
getVerticalPodAutoscalerListForAllNamespaces(opts?: operations.GetListOpts): Promise<AutoscalingV1.VerticalPodAutoscalerList>
namespace(name: string): AutoscalingV1NamespacedApi
watchVerticalPodAutoscalerCheckpointListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AutoscalingV1.VerticalPodAutoscalerCheckpoint>>
watchVerticalPodAutoscalerListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AutoscalingV1.VerticalPodAutoscaler>>