Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/autoscaling@v2/mod.ts>AutoscalingV2Api

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
class AutoscalingV2Api
import { AutoscalingV2Api } from "https://deno.land/x/kubernetes_apis@v0.5.2/builtin/autoscaling@v2/mod.ts";

Constructors

new
AutoscalingV2Api(client: c.RestClient)

Methods

getHorizontalPodAutoscalerListForAllNamespaces(opts?: operations.GetListOpts): Promise<AutoscalingV2.HorizontalPodAutoscalerList>
watchHorizontalPodAutoscalerListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AutoscalingV2.HorizontalPodAutoscaler>>