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

x/kubernetes_apis/builtin/autoscaling@v1/mod.ts>AutoscalingV1Api

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

Constructors

new
AutoscalingV1Api(client: c.RestClient)

Methods

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